Skip to content

Instantly share code, notes, and snippets.

@poochin
Created February 17, 2012 10:08
Show Gist options
  • Select an option

  • Save poochin/1852420 to your computer and use it in GitHub Desktop.

Select an option

Save poochin/1852420 to your computer and use it in GitHub Desktop.
~/ $ no-command
command not found: no-command
~/ $ echo $?
127
~/ $ ls --no-option
ls: オプション '--no-option' を認識できません
詳しくは `ls --help' を実行して下さい。
~/ $ echo $?
2
~/ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment