Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2004 13:08:13 +0300
From:      Andrew <infofarmer@mail.ru>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        chat@freebsd.org
Subject:   Re: The essence of argument order
Message-ID:  <E1CcLDZ-000GRA-00.infofarmer-mail-ru@f26.mail.ru>
In-Reply-To: <20041209005259.GA3206@gothmog.gr>

next in thread | previous 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...
> 
> None of them worked?
> 

Right, I meant
# find -print0 -type l | xargs -0 rm
instead of
# find -type l -print0 | xargs -0 rm
I need to get more sleep



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