mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 02:48:23 +00:00
Update cheatsheets
This commit is contained in:
25
progress
Normal file
25
progress
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user