mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
progress: add page (#3804)
This commit is contained in:
parent
3f94edcce0
commit
c2b6060f6d
1 changed files with 16 additions and 0 deletions
16
pages/linux/progress.md
Normal file
16
pages/linux/progress.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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 $!`
|
Loading…
Add table
Reference in a new issue