Hi,
I'm trying to monitor the progress of a "dd" disk copy operaton in Pd. I'm on Debaian.
When I send this to a console I can see the progress in the console (after the command):
dd if=/dev/sdb of=/dev/sdc status=progress
However, if I try to do the same thing within PD and send the same command to [shell] I get no output from s{shell].
Is there anything I need to add to the command in order for shell to output the progress?
Thanks!
Ingo