Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created July 28, 2011 02:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save legumbre/1110783 to your computer and use it in GitHub Desktop.
Save legumbre/1110783 to your computer and use it in GitHub Desktop.
Pipes and exit status
# 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