From 4921b944f23390f3b96282f466cf256829f3eedc Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Fri, 23 Sep 2016 14:46:03 +0800 Subject: [PATCH] Update 20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md --- ...lassifications of Shell Commands and Their Usage in Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md b/sources/tech/20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md index 95ca797664..cce09a0c21 100644 --- a/sources/tech/20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md +++ b/sources/tech/20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md @@ -103,7 +103,7 @@ $ alias -p | grep 'up' $ source ~/.bashrc ``` -### 3. Linus Shell 保留字 +### 3. Linux Shell 保留字 在 shell 程序设计中,if,then,fi,for,while,case,esac,else,until 以及其他更多的字都是 shell 保留字。正如描述所暗示的,它们在 shell 中有特殊的含义。