Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: OT (Unix): Find names of files (in current & sub-dir) that co

RE: OT (Unix): Find names of files (in current & sub-dir) that co

From: Rao, UmaSankara S (CAP) <UmaSankara.Rao_at_Gecis.GE.com>
Date: Fri, 31 Aug 2001 04:00:53 -0700
Message-ID: <F001.0037EC1F.20010831032130@fatcity.com>

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" <ORACLE-L_at_fatcity.com> 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: clchan_at_nie.edu.sg
>
> 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: ListGuru_at_fatcity.com (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: clchan_at_nie.edu.sg
>
> 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: ListGuru_at_fatcity.com (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: rukmini_at_indbrain.com

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: ListGuru_at_fatcity.com (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: UmaSankara.Rao_at_Gecis.GE.com

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: ListGuru_at_fatcity.com (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).
Received on Fri Aug 31 2001 - 06:00:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US