Sujet : Re: Long filenames in DOS/Windows and Unix/Linux
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.programmerDate : 03. Sep 2024, 23:18:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vb81vo$3g6hb$6@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Pan/0.160 (Toresk; )
On Tue, 03 Sep 2024 15:16:36 -0700, Keith Thompson wrote:
For example, I might type something like:
for file in * ; do cp -p $file $file.bak ; done
It’s quite easy to fix that to work with spaces in file names. How long
have you been working with *nix shells?