Files
cheatsheet-tldr/tldr/progress
2025-05-15 00:18:48 +00:00

30 lines
655 B
Plaintext

---
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`
- Monitor all running coreutils:
`progress {{[-m|--monitor]}}`
- Show the progress of running coreutils in quiet mode:
`progress {{[-q|--quiet]}}`
- Launch and monitor a single long-running command:
`{{command}} & progress {{[-m|--monitor]}} {{[-p|--pid]}} $!`
- Include an estimate of time remaining for completion:
`progress {{[-w|--wait]}} {{[-c|--command]}} {{firefox}}`