progress
Display/Monitor the progress of running coreutils.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).