[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash' code to store string of any characters containing pair of "" a
From: |
Andreas Schwab |
Subject: |
Re: Bash' code to store string of any characters containing pair of "" and '' at once |
Date: |
Sun, 22 Dec 2024 11:25:17 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Dez 22 2024, Martin D Kealey wrote:
> If you don't mind even more thinking then you can instead memorize the list
> of characters that need \ and skip all the others; they are space, tab,
> newline, and "#$'&<>*()?`\[]|
Careful. \<newline> has a different meaning.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
- Re: Bash' code to store string of any characters containing pair of "" and '' at once, (continued)