Skip to content

Instantly share code, notes, and snippets.

@10sr
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save 10sr/c47db987d47c49d82556 to your computer and use it in GitHub Desktop.

Select an option

Save 10sr/c47db987d47c49d82556 to your computer and use it in GitHub Desktop.
Command to inspect commands

Porpose

コマンドの定義を調べるコマンドをまとめる。

  • 関数、aliasを調べられるか
  • 関数の定義内容を出力するか
  • ビルトインかどうか

Types of Commands

  • 関数
  • エイリアス
  • 実行ファイル
  • キーワード (!など)

Commands

  • type
  • which
  • command -v
  • whereis
  • whence

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment