What does HackerNews think of progress?
Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)
- Screenplays for Movies and TV Shows: https://screenplays.io/ - Open Sourced Logos: http://www.logodust.com/?ope - 4K Desktop Wallpaper Generator: https://tanck.nl/wallpaper/ - Coreutils Progress Viewer: https://github.com/Xfennec/progress - Free open source icons & illustrations: https://iconduck.com/
You can also manually dig about in /proc/$pid/fd{,info}/ if you want something more fancy, like using gdbar² to display a graphical progress through files for a given process.
rsync (usually over SSH): the kitchen sync of file transfer commands. In Linux-land it is quite common to find it already installed, and if not it is in the standard repos. Available for Windows too.
pv (pipeviewer, http://www.ivarch.com/programs/pv.shtml): very useful for monitoring some classes of long-running process.
progress (https://github.com/Xfennec/progress): for similar reasons to pv, wanting to see how a long-running task (that isn't giving its own progress information) is getting on.