Copy files with a progress bar

Sam Kavanagh

23 Dec 2018

cpx alias

alias cpx="rsync -ah --progress"

Example:

cpx -r source-folder/ path-to-destination/

Description:

Misc.

You can actually use curl locally if you’re a weirdo to get the same result (although it doesn’t maintain file permissions)

curl -o path-to-destination/ FILE://source-folder/