当前位置:   article > 正文

每天一个linux命令——type_linux type -path

linux type -path

type:内建命令,查看命令的类型。

语法:

type [ 选项 ] [ 参数 ]

选项:

-t:显示是file、alias或者builtin,分别表示是外部命令、命名别名或者内建命令

-p:如果命令是外部命令,则显示绝对路径

-a:显示命令的类型

示例:

ypf@ubuntu:~$ type ls

ls is aliased to `ls --color=auto'

ypf@ubuntu:~$ type -t ls
alias

ypf@ubuntu:~$ type cd
cd is a shell builtin

ypf@ubuntu:~$ type -t cd
builtin

ypf@ubuntu:~$ type -a ls
ls is aliased to `ls --color=auto'
ls is /bin/ls

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/204055
推荐阅读
相关标签
  

闽ICP备14008679号