HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

progress — Display/Monitor the progress of running coreutils. More information: <https://github.com/Xfennec/pro

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandmonitorprogressclirunningdisplay

Problem

How to use the progress command: Display/Monitor the progress of running coreutils. More information: <https://github.com/Xfennec/progress>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/progress

Revisions (0)

No revisions yet.