I need to redirect the output of pv command to a file so i get read it's progress from another process. Or is it any other way i could do that?
|
feedback
|
|
The progress info goes to standard error so have you tried
Stdio buffering may present a problem. | |||
|
feedback
|