on Tue, 28 May 2002 08:42:03 GMT, [EMAIL PROTECTED] (Gary 
Stainburn) wrote:

> Hi all,
> 
> Can anyone give me the one-liner to replace
> 
> 
> find . -type f -exec rm {} \;
> 
> with
> 
> find . -type f |perl -?????????
> 
> to improve the speed when deleting a large squid cache


        perldoc find2perl

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to