mirror of
https://github.com/jbranchaud/til
synced 2026-07-05 17:00:17 +00:00
212 B
212 B
Do Not Overwrite Existing Files
When using the cp command to copy files, you can use the -n flag to make
sure that you do not overwrite existing files.
h/t Dillon Hafer