1

If you have a chain of commands piping input to each other, and you want the error level of the first command in the chain, how do you do that?

For example, this:

false | true; echo $?

will return '0', from 'true'. How can I get the error level of 'false' in this example?

John Elliot V
  • 302
  • 2
  • 8

0 Answers0