simple example:
echo 12345 | pv -L2
this command reads 2 bytes per second from standard input echo command and outputs into standard output
simple example:
echo 12345 | pv -L2
this command reads 2 bytes per second from standard input echo command and outputs into standard output
No replies yet.