progress: add page (#7510)

This commit is contained in:
Rodrigo Nemmen
2022-01-29 22:57:39 -03:00
committed by GitHub
parent 09f8f802d3
commit 9ad2a08a73

20
pages/common/progress.md Normal file
View File

@@ -0,0 +1,20 @@
# 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}}`