[SunHELP] Find and Remove


Wed Apr 2 00:56:17 CST 2003


what is '\' stand for ?

-----Original Message-----
From: Thomas Cameron [mailto:thomas.cameron at camerontech.com]
Sent: Tuesday, April 01, 2003 22:37
To: sunhelp at sunhelp.org
Subject: Re: [SunHELP] Find and Remove


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
_______________________________________________
SunHELP maillist  -  SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp


More information about the SunHELP mailing list