in reply to Re: Unable to capture STDOUT from system command
in thread Unable to capture STDOUT from system command

Thanks to both of you! I had a mix of both issues; my one command was aliased in my shell (fortunately it was a $ENV variable that I could grab) and the code snippet worked perfectly for the rest.
  • Comment on Re^2: Unable to capture STDOUT from system command