Pipeviewer is a terminal-based tool for monitoring the process of data through a pipeline.
pv dump.sql | /path/to/mysql -uLOGIN -p DATABASE
pv large-dump.zip | tar xjf -
Pipeviewer is a terminal-based tool for monitoring the process of data through a pipeline.
pv dump.sql | /path/to/mysql -uLOGIN -p DATABASE
pv large-dump.zip | tar xjf -