From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,53ca16c587912bce X-Google-Attributes: gid103376,public From: nasser@apldbio.com Subject: Re: Source files organisation using gnat: more... Date: 1997/07/02 Message-ID: <5pf9m0$eak@drn.zippo.com>#1/1 X-Deja-AN: 254407130 References: <5pah8c$edc$1@gonzo.sun3.iaf.nl> <19970702184001.OAA25612@ladder01.news.aol.com> <5penf5$m75$1@uuneo.neosoft.com> Organization: P.E. Newsgroups: comp.lang.ada Date: 1997-07-02T00:00:00+00:00 List-Id: In article <5penf5$m75$1@uuneo.neosoft.com>, rlove@antispam.neosoft.com says... >First, there is a perl recursive grep you might try. is this perl script something more than I can do just by typing: % grep "pattern" `find . -name "*.adb" -print` or %find . -name "*.adb" -print | xargs grep -i "pattern" etc.. I am sure there are other ways to do recusrive greps. Nasser