晕,为什么whereis pwd有可执行路径,help pwd也有帮助?这算内部外部?
pwd是内部命令,/bin/pwd就是外部命令
pwd --help 后显示-bash: pwd: --: invalid option
/bin/pwd --help 后显示正常帮助信息