On Tue, Apr 23, 2019 at 12:42 PM Hadrien Lacour <hadrien.lac...@posteo.net> wrote: > That was just shitposting. I use `find` to avoid most of the UNIX braindamage > in this case.
Which is good as long as you use -exec correctly. Or if you're going to use xargs make sure to use nul separated lists. Xargs without the nul option is broken by design.