Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 15:25:13 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        Francisco Reyes <lists@natserv.com>
Cc:        FreeBSD Questions List <questions@freebsd.org>
Subject:   Re: Recursion with grep?
Message-ID:  <Pine.BSF.4.21.0311131524240.1234-100000@java2.dpcsys.com>
In-Reply-To: <20031113173505.F84157@zoraida.natserv.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 13, Francisco Reyes wrote:
> The man page for grep says to use "-r" to recurse, yet when I try
> something like
> 
> grep -r -li string *.c

find . -name "*.c" -exec grep -li string {} \;

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0311131524240.1234-100000>