in reply to Adding DD Unix command in Perl
I'm a bit surprised you are saying the output is printed on the terminal. You're redirecting both STDOUT and STDERR to ddlog.txt. Perphaps your implementation of dd writes to the terminal, but if I execute your command, the output gets written to ddlog.txt.
| A reply falls below the community's threshold of quality. You may see it by logging in. |