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: how to find files that are generated on a particular date

RE: how to find files that are generated on a particular date

From: Jeroen van Sluisdam <jeroen.van.sluisdam_at_vrijuit.nl>
Date: Sun, 11 Nov 2001 23:39:17 -0800
Message-ID: <F001.003C1F8C.20011111231519@fatcity.com>

Hi,

Try something like (works on HP-UX, don't have Solaris here): find . -type f | grep "Nov 10"

. says current directory, use / for the root filesystem as origin Note 2 spaces between Nov and 10

Hth,

Jeroen

-----Oorspronkelijk bericht-----
Van: Tatireddy, Shrinivas (MED, Keane)
[mailto:Shrinivas.Tatireddy_at_med.ge.com]
Verzonden: maandag 12 november 2001 7:35 Aan: Multiple recipients of list ORACLE-L Onderwerp: RE: how to find files that are generated on a particular date

sorry forgot to mention that it is Solaris.

-----Original Message-----
Sent: Monday, November 12, 2001 2:35 AM
To: Multiple recipients of list ORACLE-L

Hi lists

does anybody can post me a command

In unix how can I find files generated on a particulat date

example files generated on Nov 10

regards,
Srinivas
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Tatireddy, Shrinivas (MED, Keane)   INET: Shrinivas.Tatireddy_at_med.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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Tatireddy, Shrinivas (MED, Keane)   INET: Shrinivas.Tatireddy_at_med.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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Jeroen van Sluisdam
  INET: jeroen.van.sluisdam_at_vrijuit.nl
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 Mon Nov 12 2001 - 01:39:17 CST

Original text of this message

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