Update 20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md

This commit is contained in:
Lv Feng 2016-09-23 14:46:03 +08:00 committed by GitHub
parent 830ea91e48
commit 4921b944f2

View File

@ -103,7 +103,7 @@ $ alias -p | grep 'up'
$ source ~/.bashrc
```
### 3. Linus Shell 保留字
### 3. Linux Shell 保留字
在 shell 程序设计中ifthenfiforwhilecaseesacelseuntil 以及其他更多的字都是 shell 保留字。正如描述所暗示的,它们在 shell 中有特殊的含义。