Sujet : Re: Rationale for aligning data on even bytes in a Unix shell file?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 29. Apr 2025, 08:28:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vupv28$19hk1$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Pan/0.162 (Pokrosvk)
On Mon, 28 Apr 2025 13:30:17 +0200, Bonita Montero wrote:
With Unix there's no locale defined for filesystem operations; it's
arbitrary.
Don’t confuse “Unix” with “Linux”. On Linux, ASCII “/” is the pathname
component separator, and ASCII NUL is the pathname terminator. Everything
else is simply passed through as is. In particular, I can use “∕” as part
of a pathname component, if I want.