Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2004 03:35:26 +0300
From:      Andrew <infofarmer@mail.ru>
To:        chat@freebsd.org
Subject:   The essence of argument order
Message-ID:  <E1CcCHG-000Du2-00.infofarmer-mail-ru@f19.mail.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CcCHG-000Du2-00.infofarmer-mail-ru>