Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <37DEED87.47F98EE1@ctam.com.au> Date: Wed, 15 Sep 1999 10:51:20 +1000 From: Brendan Simon Reply-To: bsimon AT ctam DOT com DOT au Organization: CTAM Pty Ltd X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i586) X-Accept-Language: en MIME-Version: 1.0 To: CygWin32 Subject: Re: recursive grep References: <006701befee8$71f51ef0$effcf584 AT rtp-cbjones DOT corpeast DOT baynetworks DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Christopher Jones wrote: > > The UNIXy way to do this is > > > > find | xargs grep > > > > or find -exec grep \{\} \; -print > > proving once again there is more than one way to do just about anything. I use grep pattern `find` or grep pattern `find . -name "*.c"` This sometimes can fill the command line up though for large file matches. Brendan Simon. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com