@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
@siracusa
Funny, I so infrequently use spaces in file names that I hadn't actually noticed said behavior until reading this post.
Naturally, now that I'm aware of it, it's going to bother me without end...