Slashdot Mirror


User: Duffey

Duffey's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Great! on 33-Year-Old Unix Bug Fixed In OpenBSD · · Score: 1

    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.