Comment Re:Great! (Score 1) 162
Most of the suggestions here are too simplistic and don't understand the nature of the problem.
Another option wound be to use find with "-print0" and then tar the result of that by passing --null to tar AND passing it to xargs -0 rm.
This would certainly be more strait-forward than the command I posted above.