delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1999/09/15/12:16:22

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <37DFC5C5.192B3C3D@comco.com>
Date: Wed, 15 Sep 1999 11:13:57 -0500
From: Tadeusz Liszka <tad AT comco DOT com>
Organization: Computational Mechanics, Inc.
X-Mailer: Mozilla 4.07 [en] (X11; U; IRIX 5.3 IP22)
MIME-Version: 1.0
To: bsimon AT ctam DOT com DOT au
CC: CygWin32 <cygwin AT sourceware DOT cygnus DOT com>
Subject: Re: recursive grep
References: <006701befee8$71f51ef0$effcf584 AT rtp-cbjones DOT corpeast DOT baynetworks DOT com> <37DEED87 DOT 47F98EE1 AT ctam DOT com DOT au>

Brendan Simon wrote:
> 
> Christopher Jones wrote:
> 
> > > The UNIXy way to do this is
> > >
> > > find | xargs grep <pattern>
> > >

This is the proper way 

> >
> > or find -exec grep <pattern> \{\} \; -print
> >
> > proving once again there is more than one way to do just about anything.

This one will not list file names when match is found

> 
> I use
> grep pattern `find`
> or
> grep pattern `find . -name "*.c"`
> 
> This sometimes can fill the command line up though for large file matches.

The xargs above is exactly to avoid line overflow

================

I have following aliases in my .tcshrc. Make your own to taste:

alias findc 'find . -type f -name \*.\[cC\]\* -print | xargs grep'
alias findf .....


"findc <pattern>" searches for pattern in all source files in the subtree, skipping
softlinks.

> 
> Brendan Simon.
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

-- 
Tadeusz
:: The public opinion should be alarmed by its own nonexistence
:: (512)467-0618 ext. 526 ::       Stanislaw J. Lec, trans. TJL

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019