It'd be nice if the cp command could show the numbers for completed objects and total objects.
I know about the --show-progress flag, but it:
a) won't work with non-interactive/dumb terminals such as plain text log files or github actions job output logs;
b) doesn't pre-calculate the total number of files, and the total number of objects it prints is increasing along with the number of uploaded objects as it progresses.
It'd be nice if the cp command could show the numbers for completed objects and total objects.
I know about the --show-progress flag, but it:
a) won't work with non-interactive/dumb terminals such as plain text log files or github actions job output logs; b) doesn't pre-calculate the total number of files, and the total number of objects it prints is increasing along with the number of uploaded objects as it progresses.
Current output:
Desired output, for example, just like in
s3cmd
: