You are not logged in.
Hello!
I am a beginner of Slitaz.
Anybody can show me the example of the command of dd with pipe viewer (pv) together?
I can use the command dd to make an iso from an usb disk such as " dd if=/path/ of=/home/tux/test.iso. "
But I do not know how to use pv in this case. Many thanks!!!
Offline
Hi
try:
dd if=/path/ | pv [OPTION] | dd of=/path/
Offline
It works!!! I try : dd if=/path/ |pv| dd of=/path/ , it shows the progress bar, time...., thank you very much!
Offline
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]