Utility scripts to monitor progress of Linux commands using PV
-
install pv on your system
Debian / Ubuntu users
apt update && apt install pv
RHEL / CentOS / SL / Fedora Linux users
yum install pv
-
clone or download repository
-
add script folder to path
edit ~/.bashrc and add
export PATH="path-pv-utility/src:$PATH"