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, 03:02:42
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vvjno2$2bbhn$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
User-Agent : Pan/0.162 (Pokrosvk)
On Fri, 09 May 2025 01:07:08 +0100, Nuno Silva wrote:
All characters that are allowed can be problematic if they're being used
as the separator.
This is why bash has arrays. This way you don’t have to rely on any
particular character being (mis)interpreted as a separator between array
items.