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...
@siracusa I actually feel like the old behavior (no quotes) is one of the key reasons I learned to use find over piping the output of ls scripts. So overall, I think this is okay in my book