在Linux中,type命令用于显示文件类型或解释符号
type
type filename
这将显示文件的内容,如果文件是一个可执行文件,还会显示其路径。例如:
$ type ls ls is /bin/ls
这里,type命令告诉我们在/bin目录下有一个名为ls的可执行文件。
/bin
ls