Forrest logo
back to context overview

progress

List of commands for progress:

  • progress:tldr:3c709 progress: Show the progress of running coreutils.
    $ progress
    try on your machine
    explain this command
  • progress:tldr:5d366 progress: Launch and monitor a single long-running command.
    $ ${command} & progress --monitor --pid $!
    try on your machine
    explain this command
  • progress:tldr:91513 progress: Show the progress of running coreutils in quiet mode.
    $ progress -q
    try on your machine
    explain this command
  • progress:tldr:958e0 progress: Include an estimate of time remaining for completion.
    $ progress --wait --command ${firefox}
    try on your machine
    explain this command
back to context overview