Copy Files Without Overwriting Existing Files

by Kyle on

yes n | cp -i source/* dest/

Secure Copy (SCP) Over SSH

by Kyle on

scp -r user@127.0.0.1:/remote/file ./local/file

Hide Sidebar