UNIX/コマンド/検索/type
Table of Contents |
% type tar tar is /usr/bin/tar
% type cd cd is a shell builtin
% alias ls 'ls -F'
% type ls ls is a tracked alias for /usr/ucb/ls
% type tar tar is /usr/bin/tar
% type cd cd is a shell builtin
% alias ls='ls -F'
% type ls ls is aliased to `ls -F'
% type -a ls