Sujet : Re: Rationale for aligning data on even bytes in a Unix shell file?
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 29. Apr 2025, 08:51:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vuq0d5$1ap68$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 29.04.2025 09:28, Lawrence D'Oliveiro wrote:
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.
If I'm not mistaken these two characters have been used in _all_ Unix
systems (UNIX, BSD, ...) as special file system characters.
Janis