Copy file with progress (cp)
A command that looks for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on your system and displays the percentage of copied data. It can also show estimated time and throughput, and provides a “top-like” mode (monitoring). - progress
One big file
pv
it does NOT preserve permission.
Several files
Midnight-commander
rsync
If you have rsync 3.1 or higher (rsync –version), you can copy (cp -Rpn) while preserving permissions and ownership, recurse directories, “no clobber,” and display overall progress (instead of just progress by file), copy rate, and (very rough) estimated time remaining with:
curl
it does NOT preserve permission.
progress
This tool can be used like that:
Written on May 12, 2019, Last update on August 25, 2023
cp
cli
progress-bar