Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 21:58:22 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        asami@FreeBSD.ORG (Satoshi Asami)
Cc:        danny@panda.hilink.com.au, freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/6653 
Message-ID:  <1253.895607902@critter.freebsd.dk>
In-Reply-To: Your message of "Tue, 19 May 1998 12:52:49 PDT." <199805191952.MAA00778@silvia.HIP.Berkeley.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199805191952.MAA00778@silvia.HIP.Berkeley.EDU>, Satoshi Asami write
s:
> * What about
> * 
> * cd /var/run
> * rm -f *
> * for dir in *
> * do
> * 	rm -f $dir/*
> * done
>
>What's wrong with
>
>find /var/run -type f | xargs rm -f

It's done before we have find available...

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
"ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1253.895607902>