Skip to content

Commit bde50ca

Browse files
committed
2022-09-08
1 parent 987a688 commit bde50ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cs-basics/operating-system/shell-intro.md

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ echo "helloworld!"
109109
### Shell 字符串入门
110110

111111
字符串是 shell 编程中最常用最有用的数据类型(除了数字和字符串,也没啥其它类型好用了),字符串可以用单引号,也可以用双引号。这点和 Java 中有所不同。
112+
112113
在单引号中所有的特殊符号,如$和反引号都没有特殊含义。在双引号中,除了"$","\"和反引号,其他的字符没有特殊含义。
113114

114115
**单引号字符串:**

0 commit comments

Comments
 (0)