pv

Pipe Viewer — monitor progress of data through a pipeline.

What it does

pv shows progress, speed, and ETA for data passing through pipes.

Quick Start

pv file.txt
cat file.txt | pv | gzip > file.gz

Examples

# Copy with progress
pv largefile.iso > /dev/sdb

# Limit speed
pv -L 1m file.txt > /dev/null