Skip to content

Instantly share code, notes, and snippets.

@SpikedCola
Created February 16, 2015 04:31
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 SpikedCola/71b217faa26eff36a35f to your computer and use it in GitHub Desktop.
Save SpikedCola/71b217faa26eff36a35f to your computer and use it in GitHub Desktop.
Alternate cp/mv commands using rsync
cp - rsync -ahu --progress [source] [dest]
mv - rsync -ahu --progress --prune-empty-dirs --remove-source-files [source] [dest]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment