stdout
Status: Beta
Brought to you by:
mtp22
I've tried to redirect stdout to a file instead of to screen
but have had no luck.
The command I am tring is:
dsh -w hostname -e 'command' 2>&1 logfile.
This does not create the logfile. Is there a way to re-
direct output to a file? or use a perl program to do it.
I've written a perl program but all I can product is:
executing 'my command'
Thanks
Logged In: YES
user_id=931333
I've added a patch for this behavior in the Patches section.