From: Jacques Vidrine <[EMAIL PROTECTED]>
Subject: Re: Search a symbol in the source tree
Date: Sun, 17 Oct 1999 11:37:11 -0500
n> On 18 October 1999 at 0:39, Tetsuro Teddy FURUYA
(=?iso-2022-jp?B?GyRCOEVDKxsoQiAbJEJFL086GyhC?=) <[EMAIL PROTECTED]> wrote:
n> > It seems queer to me that there has been none who has refered to
n> > find - exec
n> > pairs.
n> >
n> > You may type into shell like;
n> > $find . -name "*.c" -print -exec "egrep" "-i" "idt" {} \; | less
n> > Here , "idt" is a search string.
n>
n> That's because no one wants a separate invocation of egrep for
n> every file!
^^^^^^
Probably, except me !
But, what various and interesting methods to search symbols there are !
If we do not restrict the usage of search method, there might be
yet another methods.
Teddy Furuya <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Search a symbol in the source tree Zhihui Zhang
- Re: Search a symbol in the source tree Dan Nelson
- Re: Search a symbol in the source tree bush doctor
- Re: Search a symbol in the source tree Kris Kennaway
- Re: Search a symbol in the source tree Daniel C. Sobral
- Re: Search a symbol in the source tree Greg Lehey
- Re: Search a symbol in the source tree 古谷 哲郎
- Re: Search a symbol in the source tree Jacques Vidrine
- Re: Search a symbol in the source tree 古谷 哲郎
- Re: Search a symbol in the source t... Scott Hess
- Re: Search a symbol in the sou... Bakul Shah
- Re: Search a symbol in the source t... Brian Beattie
- Re: Search a symbol in the source t... Greg Lehey
- Re: Search a symbol in the source tree 古谷 哲郎
- Re: Search a symbol in the source tree 古谷 哲郎
- Re: Search a symbol in the source tree 古谷 哲郎
- Re: Search a symbol in the source tree Warner Losh
- Re: Search a symbol in the source tree Victor Ivanov
- Re: Search a symbol in the source tree W Gerald Hicks

