I discovered this change today while playing with a “modern” Linux install, and I’m unreasonably upset about it. https://unix.stackexchange.com/questions/258679/why-is-ls-suddenly-wrapping-items-with-spaces-in-single-quotes
Why is 'ls' suddenly wrapping items with spaces in single quotes?

I just noticed that on one of my machines (running Debian Sid) whenever I type ls any file name with spaces has single quotes surrounding it. I immediately checked my aliases, only to find them int...

Unix & Linux Stack Exchange
@siracusa (though what I’d like is the opposite, better machine output. Would be nice for everything to support -0 like e.g. xargs does)
@jason @siracusa one should use `find` instead of `ls` for scripting