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
@atomicangel @joeld @siracusa it's bonkers how many awful characters are allowed in posix filenames. Quotes? Globbing characters? Newlines? Have at it.
`find -print0 | xargs -0` is the way