How do I measure or track the progress of a command on a GNU distro?
- by Felipe Alvarez
If I run
cp file1 file2
I'd like to be able to track it's progress. Is there a command I can use for this?
rsync --progress
has this, but is there something generic, usable for "any" command?