[Linux] => [Linuxコマンド(R〜Z)]


この日記のはてなブックマーク数 このエントリーを含むはてなブックマーク

typeコマンドはシェルの組み込みコマンドで、コマンドの種類を表示します。


[例]


# type type
type is a shell builtin

# type cat
cat is /bin/cat

# type ls
ls is aliased to `ls --color=tty'



広告