Thursday, April 19, 2012

linux copy with progress bar

http://www.falsyana.com/2010/linux/cp-mv-with-a-progress-bar/

#vi ~/.bash_rc

1
2
alias cp='rsync --progress -ah'
alias mv='rsync --progress -ah --remove-sent-files'

No comments:

Related Posts Plugin for WordPress, Blogger...