Skip to content
progress

progress

progress measures the speed and progress of ongoing commands (For instance, file copy command cp).

Install

sudo apt install progress

Usage

Run progress in the terminal.

Watch all processes:

watch progress -q

Launch and monitor any heavy command

cp bigfile newfile & progress -mp $!
Last updated on