Created
June 15, 2013 13:33
-
-
Save timofurrer/5788141 to your computer and use it in GitHub Desktop.
cp and move commands with progress bar using rsync
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# copy and move with progress bar | |
alias pcp='rsync -aP' | |
alias pmv='rsync -aP --remove-source-files' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install rsync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment