>_ linuxcommand.dev
Utilities

pv

Monitor data flow.

Syntax
$pv [OPTIONS] FILE
Examples
Examples
$pv file.txt > output.txt
Examples
$dd if=file.img | pv | dd of=/dev/sdX
Typical use cases
Monitor copy
pv file.txt > output.txt
Progress
dd if=file.img | pv | dd of=/dev/sdX
Note Pipe monitor.
Export