Hello all,
I have script A which writes to the console. I now want to call script A from script B, but supress the output from script A and just evalutate the exit code.
I thought I would pass a flag to script A and then, depending on the value of the flag, use select to throw away the output. However, I don't know what filehandle I should pass to select.
Can anyone point me in the write right direction?
Thanks,
In reply to Suppressing console output by loris
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |