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]#
计算机网络/计算机科学与应用/系统/运维/开发
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]#
无论人生上到哪一层台阶,阶下有人在仰望你,阶上亦有人在俯视你,你抬头自卑,低头自得,唯有平视,才能看见真实的自己。