1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/progress.md

21 lines
497 B
Markdown
Raw Normal View History

2020-02-05 20:23:52 +01:00
# 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|--quiet]}}`
2020-02-05 20:23:52 +01:00
- Launch and monitor a single long-running command:
`{{command}} & progress {{[-m|--monitor]}} {{[-p|--pid]}} $!`
2022-01-29 22:57:39 -03:00
- Include an estimate of time remaining for completion:
`progress {{[-w|--wait]}} {{[-c|--command]}} {{firefox}}`