progress
Display/Monitor the progress of running coreutils. More information: <https://github.com/Xfennec/progress>.
Install
- All systems
-
curl cmd.cat/progress.sh
- Debian
-
apt-get install progress - Ubuntu
-
apt-get install progress - Arch Linux
-
pacman -S progress - Kali Linux
-
apt-get install progress - Fedora
-
dnf install progress - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install progress - OS X
-
brew install progress - Raspbian
-
apt-get install progress
Display/Monitor the progress of running coreutils. More information: <https://github.com/Xfennec/progress>.
-
Show the progress of running coreutils:
progress -
Show the progress of running coreutils in quiet mode:
progress -q -
Launch and monitor a single long-running command:
command & progress --monitor --pid $! -
Include an estimate of time remaining for completion:
progress --wait --command firefox
© tl;dr; authors and contributors