We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19a3c17 + 24922cf commit 8e127f9Copy full SHA for 8e127f9
docs/cs-basics/operating-system/shell-intro.md
@@ -109,6 +109,7 @@ echo "helloworld!"
109
### Shell 字符串入门
110
111
字符串是 shell 编程中最常用最有用的数据类型(除了数字和字符串,也没啥其它类型好用了),字符串可以用单引号,也可以用双引号。这点和 Java 中有所不同。
112
+在单引号中所有的特殊符号,如$和反引号都没有特殊含义。在双引号中,除了"$","\"和反引号,其他的字符没有特殊含义。
113
114
**单引号字符串:**
115
0 commit comments