内部命令 meaning in English
built in command
built-in command
dir dos
internal command
intrinsic commands
rd dos
rem dos
Examples
- The shell knows that the first part of input is going to be a command , not a filename , so it completes against commands , both built in commands and external commands located using the path variable , and also shell functions and aliases
Shell知道输入的第一部分将是命令而不是文件名,所以它将对照着命令,包括内部命令和外部命令(使用path变量定位) ,还有shell函数和别名来完成。