System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.