[SunHELP] Find and Remove

Jim Pennino jimp at specsol.com
Wed Apr 2 09:27:38 CST 2003


On Wed, Apr 02, 2003 at 01:56:17PM +0700, Sangbutsarakum, Patai wrote:
> 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/
> 
> 

To escape the ';' from the shell.

-- 
Jim Pennino


More information about the SunHELP mailing list