logoalt Hacker News

scrametoday at 6:13 AM0 repliesview on HN

find -print0...|xargs -0... works for me, and i don't always want to execute something and xargs can run parallel processes. i feel like this guy never bothered to read the man page.