Nix: Do Not Overwrite Existing Files
When using the cp command to copy files, you can use the -n/--no-clobber flag to make
sure that you do not overwrite existing files.
Via jbranchaud/til.
Leave a comment