Sujet : Re: Case Insensitive File Systems -- Torvalds Hates Them
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 09. May 2025, 22:53:33
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vvltgs$32av4$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Pan/0.162 (Pokrosvk)
On Fri, 09 May 2025 15:20:37 +0200, Marc Haber wrote:
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
>
On Fri, 09 May 2025 07:06:56 +0200, Marc Haber wrote:
>
The shell tokenizes at whitespace, and a newline is often treated as
whitespace.
>
The shell does word splitting (not quite tokenization) at “internal
field separators”.
And the default is whitespace.
It’s easy to change, not just on a per-script basis, but even in different
parts of the same script.