计算机网络/计算机科学与应用/系统/运维/开发

type命令 判断是内部命令还是外部命令

type命令 判断是内部命令还是外部命令


[root@node-a shell]# type cd
# 内嵌命令
cd is a shell builtin


[root@node-a shell]# type find
# 外部命令
find is /usr/bin/find
[root@node-a shell]#


好的习惯,排名第一的是:自律;排名第二的是:终身学习;排名第三的是:保持运动。拥有这三种习惯,美好人生垂手可得。

评论

^