
progress
List of commands for progress:
-
progress:tldr:3c709 progress: Show the progress of running coreutils.$ progresstry on your machineexplain this command
-
progress:tldr:5d366 progress: Launch and monitor a single long-running command.$ ${command} & progress --monitor --pid $!try on your machineexplain this command
-
progress:tldr:91513 progress: Show the progress of running coreutils in quiet mode.$ progress -qtry on your machineexplain this command
-
progress:tldr:958e0 progress: Include an estimate of time remaining for completion.$ progress --wait --command ${firefox}try on your machineexplain this command