Sujet : Re: Default PATH setting - reduce to something more sensible?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.shellDate : 27. Jan 2025, 07:04:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vn77lv$j17u$6@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Pan/0.161 (Chasiv Yar; )
On Mon, 27 Jan 2025 15:48:21 +1100, Alexis wrote:
Lawrence D'Oliveiro <ldo@nz.invalid> writes:
But you can use “∕” in a file/directory name.
Not in a POSIX-conforming way:
ldo@theon:trydir> mkdir f1
ldo@theon:trydir> touch f1/f2
ldo@theon:trydir> touch f1∕f2
ldo@theon:trydir> ls -lR
.:
total 4
drwxr-xr-x 2 ldo users 4096 Jan 27 19:04 f1
-rw-r--r-- 1 ldo users 0 Jan 27 19:04 f1∕f2
./f1:
total 0
-rw-r--r-- 1 ldo users 0 Jan 27 19:04 f2