← Back to Users
Duffey's activity in the archive.
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.
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.