pv

Monitor the progress of data through a pipe. More information: <https://manned.org/pv>.

Debian Debian
RUN apt-get update && \ apt-get install -y pv
Ubuntu
RUN apt-get update && \ apt-get install -y pv
Alpine
RUN apk add pv
Arch Arch Linux
RUN pacman -S --noconfirm pv
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y pv
Fedora
RUN dnf install -y pv
Raspbian
RUN apt-get update && \ apt-get install -y pv
click the source code to copy install pv on any operating system with command-not-found.com