$ which echo echo: shell built-in command. $ which ls /bin/ls $ which cat /bin/cat
为什么回声不喜欢一个独立的工具ls,ps,cat等?为什么它是特定于外壳的?有什么好的理由吗?
ls
ps
cat
command-line shell shell-builtin
command-line ×1
shell ×1
shell-builtin ×1