hi
if i want to use something like thsi for exemple
pv file.tgz | tar xzf - -C target_directory
wich return in live
1.16MB 0:00:20 [6.06MB/s] [==================> ] 55% ETA 0:00:37
how can i yield a spawn and get the live output from stdout or stderr like normal spawn ?
thanks