progress: add page (#3804)

This commit is contained in:
z7y8hsBP
2020-02-05 20:23:52 +01:00
committed by GitHub
parent 3f94edcce0
commit c2b6060f6d

16
pages/linux/progress.md Normal file
View 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 $!`