We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
in Bash: ls | wc | asdf -> echo $? is 127
asdf | ls | wc -> echo $? is 0
ls | asdf | wc -> echo $? is 0