bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: your mail


From: Bob Proulx
Subject: Re: your mail
Date: Tue, 10 Dec 2002 22:10:49 -0700
User-agent: Mutt/1.4i

Doug Clement <address@hidden> [2002-12-09 12:37:50 -0600]:
> grep does not appear to be recursively searching.  The command I used was:
> 
> grep -R MEASUREMENT *.*
> 
> 
> It finds the files in the current directory, but not the lower directories.
> If I use   ls -R, all the files are listed.
> 
> Is this an error, or am I doing something wrong?

If you are going to use -r then don't specify a file pattern but use
the current directory instead.  The '.' means the current directory.

  grep -r MEASUREMENT .

Bob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]