I'm trying to execute a command via system but I would like to throw away any data that that command sends to STDOUT.
The cookbook says I can do somethink like...
before the system command, and this works.
thanks.
But, I would like to restore STDOUT after the system command.