I was looking for a way to have a progress bar when using the cp command as I move a lot of files over my LAN from my server to my Drobo, and wanted to know the transfer speeds. Since cp doesn’t have an option to show a progress bar I came across this handy modification you can make to your bash profile.
| 1 | alias cp='rsync --progress -ah' |
Works quite well and you now have a nice progress bar when copying files via the command line.







