Thanks you.  I took the time to finally finally figure this out yesterday.
:)

> -----Original Message-----
> From: Heinz-Dieter Conradi [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 06, 2001 3:48 AM
> To: [EMAIL PROTECTED]
> Subject: RE: CONTRIB: recursive search in files of the
> 
> 
> > Also, I think there is a way to handle file names with 
> spaces in them
> > by using a print0 argument to find, but I have never been 
> able to get
> > that to work on my NT / cygwin box.
> 
> just use 'print0' in combination with 'xargs -0' as in
>   find . -name "*.java" -print0 | xargs -0 grep "something"
> 
> heinz-dieter
> 

Reply via email to