Newbee21369
Programmer
I'm trying to write the output of the TSM stdout and TSM stderr into an array. I've only been able to write my output to a file. Any suggestions?
This is how I wrote it to a file.
system("$TSM_COMMAND 1>TSM_Output.stdout 2>TSM_Output.stderr");
This is how I wrote it to a file.
system("$TSM_COMMAND 1>TSM_Output.stdout 2>TSM_Output.stderr");