commands.sh

progress

all

Display/Monitor the progress of running coreutils.

More info →

Options (5)

-m, --monitorboolean

Monitor all running coreutils

Example: progress {{[-m|--monitor]}}
-q, --quietboolean

Show the progress of running coreutils in quiet mode

Example: progress {{[-q|--quiet]}}
-p, --pidboolean

Launch and monitor a single long-running command

Example: {{command}} & progress {{[-m|--monitor]}} {{[-p|--pid]}} $!
-w, --waitboolean

Include an estimate of time remaining for completion

Example: progress {{[-w|--wait]}} {{[-c|--command]}} {{firefox}}
-c, --commandboolean

Include an estimate of time remaining for completion

Example: progress {{[-w|--wait]}} {{[-c|--command]}} {{firefox}}

Examples (5)

Show the progress of running coreutils

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
made by @shridhargupta | data from tldr-pages