Will Terminal show a progress bar when I copy with “cp”

terminal

Is is possible to display a progress bar when copying files in Terminal using cp?

Best Answer

You can use rsync instead.

rsync --progress /copy/from /copy/to