OT: Unix question

Jay R. Ashworth jra at baylink.com
Thu Apr 15 08:50:33 PDT 2004


On Thu, Apr 15, 2004 at 11:46:14AM -0400, George Simon wrote:
>    I'm trying to locate a certain string in prc.* tables.
> 
>    I'm using the following:
> 
>                grep  rcpt\(54\)= prc.*
> 
>    Is  there  a flag that I can use to make it search all the directories
>    under filePro?
> 
>    Something similar to /s in DOS/Windows?

find . -name prc.\* -print | xargs fgrep 'rcpt(54)='

Tune as required.

Cheers,
-- jra
-- 
Jay R. Ashworth                                                jra at baylink.com
Member of the Technical Staff     Baylink                             RFC 2100
The Suncoast Freenet         The Things I Think
Tampa Bay, Florida        http://baylink.pitas.com             +1 727 647 1274

        "They had engineers in my day, too."  -- Perry Vance Nelson


More information about the Filepro-list mailing list