Created
July 28, 2011 02:11
-
-
Save legumbre/1110783 to your computer and use it in GitHub Desktop.
Pipes and exit status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# forwarding exit status | |
(exit 127) | echo foo; (exit ${PIPESTATUS[0]}); echo $? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment