rxd_txd
@rxd_txd
310
subscribers
486
photos
26
videos
22
files
2.72K
links
[
{
"channel":"rxd_txd",
"info":"my bookmarks",
"feedback":"
@flsixtyfour
",
"topics":[
"devops",
"linux",
"sci",
"music",
"go",
"/dev/null"
]
}
]
Download Telegram
Join
rxd_txd
310 subscribers
rxd_txd
https://til.simonwillison.net/til/til/bash_escaping-a-string.md
#bash
#escape
#tricks
til.simonwillison.net
Escaping strings in Bash using !:q
TIL this trick, [via Pascal Hirsch](https://twitter.com/phphys/status/1311727268398465029) on Twitter. Enter a line of Bash starting with a `#` comment, then run `!:q` on the next line to see what that would be with proper Bash escaping applied.
```
bash…