Search notes:

Shell command: pv

pv (pipe viewer) displays the progress of data flowing through a pipeline
pv needs to be inserted between two commands in a pipeline. It will then read stdin and pass it to its stdout while shoing progress information on standard error.
Display progress of a file being gunzipped:
$ zcat boot.img.gz | pv > boot.img
Measure how fast data can be read from /dev/zero and written to /dev/null:
$ pv /dev/zero > /dev/null

See also

dd status=progress …
Shell commands

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1758200437, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/commands/pv(50): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78