rxd_txd
@rxd_txd
300
subscribers
514
photos
31
videos
22
files
2.79K
links
Download Telegram
Join
rxd_txd
300 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…