2020-02-05 20:23:52 +01:00
|
|
|
# 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:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`progress {{[-q|--quiet]}}`
|
2020-02-05 20:23:52 +01:00
|
|
|
|
|
|
|
- Launch and monitor a single long-running command:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`{{command}} & progress {{[-m|--monitor]}} {{[-p|--pid]}} $!`
|
2022-01-29 22:57:39 -03:00
|
|
|
|
|
|
|
- Include an estimate of time remaining for completion:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`progress {{[-w|--wait]}} {{[-c|--command]}} {{firefox}}`
|