未验证 提交 10a7bef2 编写于 作者: S SnailClimb 提交者: GitHub

Merge pull request #220 from illusorycloud/patch-8

Update Shell.md
......@@ -210,7 +210,7 @@ expr length "$name";
expr 5+6 // 直接输出 5+6
expr 5 + 6 // 输出 11
```
对于某些运算符,还需要我们使用符号"\"进行转义,否则就会提示语法错误。
对于某些运算符,还需要我们使用符号`\`进行转义,否则就会提示语法错误。
```shell
expr 5 * 6 // 输出错误
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册