progress

Display/Monitor the progress of running coreutils. More information: <https://github.com/Xfennec/progress>.

Install

All systems
curl cmd.cat/progress.sh
Debian Debian
apt-get install progress
Ubuntu
apt-get install progress
Arch Arch Linux
pacman -S progress
image/svg+xml Kali Linux
apt-get install progress
Fedora
dnf install progress
Windows (WSL2)
sudo apt-get update sudo 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