Tagged Questions
0
votes
1answer
126 views
Check for failure of piped command [duplicate]
Possible Duplicate:
Get exit code of process that's piped to another
If I pipe the output of one command into another, is there a way for me to check explicitly whether the first ...