在linux中有一些命令是shell的内建命令,比如 cd、umask、set、declare等,这些命令使用man帮助是没法查看的,那我该如何查看其使用方法呢?
阿神2017-04-17 15:19:15
These commands all have man files. Has your distribution cut these commands out? If the shell you are using is bash, yes.
If not, try help cmd, such as help cd, help set