the instruction is:

find . -type f -exec grep -l "APPS" {} \;



----- Original Message -----
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 1:21 PM


> try this
>
> find . -name *.* -exec grep -l "APPS" {} \;
>
> this will cerainly do
>
> regds
> Uma
>
> -----Original Message-----
> Sent: Friday, August 31, 2001 4:31 PM
> To: Multiple recipients of list ORACLE-L
> co
>
>
> Hi,
>  use the following command
>
>   find . -name *APPS* -print
>
> rukmini
> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
> Sent: Friday, August 31, 2001 3:05 PM
>
>
> > Hi Unix Gurus,
> >
> > I am sorry that my earlier email is not clear. Exactly, I am trying to
> find
> > all the files in the current and sub-directories that have the word
"APPS"
> > in the file contents.
> >
> > TIA
> >
> > Regds,
> > New Bee
> > -----Original Message-----
> > From: CHAN Chor Ling Catherine (CSC)
> > Sent: Friday, August 31, 2001 3:40 PM
> > To: Multiple recipients of list ORACLE-L
> > Subject: OT (Unix): Find names of files (in current &
> > sub-dir) that contai
> >
> > Hi Unix Gurus,
> >
> > What's the command to find the names of all files (in the
> > current directory
> > and sub-directory) which contains the word APPS ?
> >
> > I know that "grep -i APPS *.* " works but it's only for the
> > current
> > directory.  I need to know all the files that contain the
> > word APPS in the
> > sub-directory as well.
> >
> > TIA
> >
> > Regds,
> > New Bee
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: CHAN Chor Ling Catherine (CSC)
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services    -- (858) 538-5051  FAX: (858)
> > 538-5051
> > San Diego, California        -- Public Internet access /
> > Mailing Lists
> >
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail
> > message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru')
> > and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).
> > You may
> > also send the HELP command for other information (like
> > subscribing).
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: CHAN Chor Ling Catherine (CSC)
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> > San Diego, California        -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).  You may
> > also send the HELP command for other information (like subscribing).
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Rukmini Devi
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California        -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Rao, UmaSankara S (CAP)
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California        -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
>
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: claudio cutelli
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to