linux 查看命令是不是內建命令(查看命令的位置) “type”

來源:互聯網
上載者:User

type [
-
aftpP]
name [
name .
.
.
]

      With no
options,
indicate how each
name would be interpreted if
used as a command name.


   If
the -
t option is used,
type prints a string which is one of alias,
keyword,
function,
builtin,
or
file if
name is an alias,
shell reserved word,
function,
builtin,
or
disk file,
respectively.
If
the name is not
found,
then nothing is printed,
and
an exit
status of false
is returned.


    If
the -
p option is used,
type either returns the name of the disk file that would be executed if
name were specified as a command name,
or
nothing if
‘‘type -
t name’’ would not
return
file.
The -
P option forces a PATH search for
each
name,
even if
‘‘type -
t name’’ would not
return
file.
If
a command is hashed,
-
p and
-
P print
the hashed value,
not
necessarily the file that appears first in PATH.



     If
the -
a option is used,
type prints all of the places that contain an executable named name.
This includes aliases and
functions,
if
and
only if
the -
p option is not
also used.
The table of hashed commands is not
consulted when using -
a.
The -
f option suppresses shell function lookup,
as with the command builtin.


    type returns true
if
any of the arguments are found,
false
if
none are found.

 

 

 

 

eg:

[root@localhost Desktop]# type -a ls
ls is aliased to `ls --color=tty'
ls is /bin/ls
[root@localhost Desktop]# type -a type
type is a shell builtin

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.