top | item 46793305

(no title)

pzmarzly | 1 month ago

Fair. My bash scripts only broke 3 times over the years:

- when ls started quoting filenames with spaces (add -N)

- when perl stopped being installed by default in CentOS and AlmaLinux (had to add dnf install -y perl)

- when egrep alias disappeared (use grep -E)

discuss

order

meindnoch|1 month ago

>- when ls started quoting filenames with spaces (add -N)

Your fault: http://mywiki.wooledge.org/ParsingLs

oblio|1 month ago

Kinda tells you everything you need to know about the design of the system when using it the default way is utterly unsafe.