Skip to content

Instantly share code, notes, and snippets.

@ibrahima
Created August 24, 2009 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibrahima/174319 to your computer and use it in GitHub Desktop.
Save ibrahima/174319 to your computer and use it in GitHub Desktop.
A command that will copy one directory into another but not overwrite any files.
cp -r -v -i --reply=no /path/to/source/* /path/to/target/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment