Name: Anonymous 2018-01-29 9:43
You work with a number of linux/unix/whatever tools every day. How many of them break/require special handling when you have file name with spaces?
Not all programs handle thatSure they do.
and I'm pretty sure that counts as "requires special handling".Doubt it, it is handled by getopt and friends. Heck, implementing it yourself is trivial also, two lines worth of code.