Y
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
schoen
3204 days ago
I totally forgot about the case where find gives no output.
link