harttle.github.io icon indicating copy to clipboard operation
harttle.github.io copied to clipboard

2020/06/26/bash-quote-escape

Open utterances-bot opened this issue 5 years ago • 2 comments
trafficstars

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

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

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

utterances-bot avatar Jul 01 '20 01:07 utterances-bot

学到了。

ryomahan avatar Jul 01 '20 01:07 ryomahan

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

illyber avatar Jun 19 '23 11:06 illyber