[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'
広告
typeコマンドはシェルの組み込みコマンドで、コマンドの種類を表示します。
[例]
# type cat
cat is /bin/cat
# type ls
ls is aliased to `ls --color=tty'