The essence of argument order

Andrew infofarmer at mail.ru
Wed Dec 8 16:35:28 PST 2004


i've just typed
# rm -print0 -type l | xargs -0 rm
instead of
# rm -type l -print0 | xargs -0 rm
in a directory with 50+ Gigs of data
what a nice feeling...
shit...

Best wishes,
Andrew


More information about the freebsd-chat mailing list