Skip to content

Instantly share code, notes, and snippets.

@timofurrer
Created June 15, 2013 13:33
Show Gist options
  • Save timofurrer/5788141 to your computer and use it in GitHub Desktop.
Save timofurrer/5788141 to your computer and use it in GitHub Desktop.
cp and move commands with progress bar using rsync
# copy and move with progress bar
alias pcp='rsync -aP'
alias pmv='rsync -aP --remove-source-files'
apt-get install rsync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment