Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dllthomas
on Sept 21, 2014
|
parent
|
context
|
favorite
| on:
Shell-conduit: Write Shell Scripts in Haskell with...
'It assumes the "return codes" of commands are advisory, and not something you literally want to see on every command.'
If you do (and I do) you can add $? (or better - ${PIPESTATUS[*]}) to your prompt.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If you do (and I do) you can add $? (or better - ${PIPESTATUS[*]}) to your prompt.