Hacker News new | ask | show | jobs
by majewsky 3204 days ago
You probably want a -r with that xargs. -r makes it exit without executing the command line if stdin is empty.
1 comments

I totally forgot about the case where find gives no output.