mirror of
https://github.com/jbranchaud/til
synced 2026-03-05 07:28:46 +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