<<< Date Index >>>     <<< Thread Index >>>

Re: few questions



On Wed, Jul 07, 2004 at 11:01:03AM -0700, james@xxxxxxxxxxx wrote:
> I'm not a fan of spaces in file names, but they're usually not that big
> of an obstacle.
> 
> find . -type f -print0 | xargs -0 grep something

-print0 isn't a valid recognized option to find on my OS. 

Oh, you mean "it's not a big problem on some UNIX variants?" 

-roy