Skip to content

Instantly share code, notes, and snippets.

@HansCz
Last active December 15, 2015 17:39
Show Gist options
  • Save HansCz/5297849 to your computer and use it in GitHub Desktop.
Save HansCz/5297849 to your computer and use it in GitHub Desktop.
Rsync (Bash) - Move a tree of directories somewhere else
# ref: http://superuser.com/a/37153
rsync -av --remove-source-files src/ dest/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment