Post History
Pipe Viewer or pv is a program for displaying the throughput of any pipe. It can be used to monitor all sorts of transfers, but for a simple copy you don't even need to pipe any other commands. Jus...
#2: Post edited
- [Pipe Viewer](https://www.ivarch.com/programs/pv.shtml) or `pv` is a program for displaying the throughput of any pipe. It can be used to monitor all sorts of transfers, but for a simple copy you don't even need to pipe any other commands. Just select the file as the input and direct to your destination:
- ```commandline
$ pv source.file > destination.file- 2,53MiB 0:00:00 [ 536MiB/s] [=======================================>] 100%
- ```
- [Pipe Viewer](https://www.ivarch.com/programs/pv.shtml) or `pv` is a program for displaying the throughput of any pipe. It can be used to monitor all sorts of transfers, but for a simple copy you don't even need to pipe any other commands. Just select the file as the input and direct to your destination:
- ```commandline
- $ pv source.file --output destination.file
- 2,53MiB 0:00:00 [ 536MiB/s] [=======================================>] 100%
- ```
#1: Initial revision
[Pipe Viewer](https://www.ivarch.com/programs/pv.shtml) or `pv` is a program for displaying the throughput of any pipe. It can be used to monitor all sorts of transfers, but for a simple copy you don't even need to pipe any other commands. Just select the file as the input and direct to your destination: ```commandline $ pv source.file > destination.file 2,53MiB 0:00:00 [ 536MiB/s] [=======================================>] 100% ```
