[SunHELP] Find and Remove

Thomas Cameron thomas.cameron at camerontech.com
Tue Apr 1 09:37:10 CST 2003


find / -name "*.Z" | xargs rm

or

find / -name "*.Z" -exec rm {} \;

Regards,
Thomas Cameron, RHCE, CNE, MCSE, MCT
Cameron Technical Services, Inc.
http://www.camerontech.com/


----- Original Message ----- 
From: "Garza, Johnny [CC]" <Johnny.Garza at mail.sprint.com>
To: <sunhelp at sunhelp.org>
Sent: Tuesday, April 01, 2003 9:14 AM
Subject: [SunHELP] Find and Remove


> What is the quickest way to search for all *.Z files in the system and at
> the same time remove them.
> 
> Thanks,
> Johnny Garza
> _______________________________________________
> SunHELP maillist  -  SunHELP at sunhelp.org
> http://www.sunhelp.org/mailman/listinfo/sunhelp


More information about the SunHELP mailing list