Pipe Viewer — monitor progress of data through a pipeline.
pv shows progress, speed, and ETA for data passing through pipes.
pv file.txt cat file.txt | pv | gzip > file.gz
# Copy with progress pv largefile.iso > /dev/sdb # Limit speed pv -L 1m file.txt > /dev/null