harttle/harttle.github.io

2020/06/26/bash-quote-escape

utterances-bot opened this issue · 2 comments

Bash 转义和引号的使用 | Harttle Land

字面量、转义和引号是任何编程语言的基础,但却少有人认真地学习 Bash 中的转义和 引号。好消息是 Bash 引号的语义非常简单,这篇文章就可以完全描述。TL;DR: 反斜线用来转义除换行之外的所有字符,反斜线加换行为连行; 单引号用来直出字面量...

https://harttle.land/2020/06/26/bash-quote-escape.html

学到了。

感谢分享。很少有讲这些细节的文章。