How to Copy at Command Line Showing Progress & Speed Indicator


Go to OSX Daily to read How to Copy at Command Line Showing Progress & Speed Indicator

Ever wished you could see the transfer progress and speed of copying files at the command line? If you’re familiar with the command line of Mac OS, Linux, or any other Unix operating system, you likely use the ‘cp’ or ditto commands to copy files, directories, and other data. The ditto and cp command is great, but one downside is that cp does not include a progress indicator, and that’s what we’re going to resolve here by creating an alias to use an rsync command with a progress indicator to copy data at the command line.


Obviously this is aimed at…

Read more: How to Copy at Command Line Showing Progress & Speed Indicator