1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00
tldr/pages/common/progress.md
2022-01-30 01:57:39 +00:00

20 lines
447 B
Markdown

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