Мануалы и справочники Общие команды
progress

Команда progress: опции, ключи и примеры использования

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:

progress -q

  • Launch and monitor a single long-running command:

{{command}} & progress --monitor --pid $!

  • Include an estimate of time remaining for completion:

progress --wait --command {{firefox}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM