mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +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