mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
337 B
Markdown
17 lines
337 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 -mp $!`
|