Existe outro programa chamado barra que também fornece essa funcionalidade.
Bar is a simple tool to copy a stream of data and print a display for the user on stderr showing (a) the amount of data passed, (b) the throughput of the data transfer, and (c) the transfer time, or, if the total size of the data stream is known, the estimated time remaining, what percentage of the data transfer has been completed, and a progress bar.
Claro, pv pode fazer o que você está pedindo com -r -p -e
(você pode ter perdido a opção -s
?) e eu nunca senti uma boa razão para usar a barra sobre pv.