Skip to content

Commit

Permalink
docs(quotation): fixed #83
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Jan 5, 2024
1 parent dea82f6 commit 76a0e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ Mon Jan 27 13:33:18 CST 2020
上面例子中,美元符号(`$`)和反引号(`` ` ``)在双引号中,都保持特殊含义。美元符号用来引用变量,反引号则是执行子命令。
```bash
$ echo "I'd say: \"hello!\""
I'd say: "hello!"
$ echo "I'd say: \"hello.\""
I'd say: "hello."
$ echo "\\"
\
Expand Down

0 comments on commit 76a0e7f

Please sign in to comment.