Subject: Re: grep -r
To: Claude Marinier <claude.marinier@dreo.dnd.ca>
From: Mipam <mipam@ibb.net>
List: netbsd-help
Date: 02/15/2001 20:41:27
On Thu, 15 Feb 2001, Claude Marinier wrote:

> The -r switch is new to me. It have tried using it but have not succeeded.
> Please supply an example.

I am sure it's in 1.4.3 and up you could use it for example this way:

grep -r "blabla" *

Then it searches in every file in the current dir and in all underlaying
files from underlaying dirs for blabla.
in this case also grep -r blabla * would work.
Bye,

Mipam.