手记05之linux查看命令是否为内建命令(type)

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

 

 原文地址 http://blog.csdn.net/sahusoft/archive/2009/08/09/4428819.aspx
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值