Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 26156 invoked from network); 28 Nov 2007 05:17:37 -0600
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 28 Nov 2007 05:17:37 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 4175F51877;
 Wed, 28 Nov 2007 06:17:37 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 31862-04; Wed, 28 Nov 2007 06:17:37 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B1F5A7C3855;
 Wed, 28 Nov 2007 06:17:36 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Wed, 28 Nov 2007 05:30:40 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 27A017C4149
 for <oracle-l@freelists.org>; Wed, 28 Nov 2007 05:30:40 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 21615-03 for <oracle-l@freelists.org>;
 Wed, 28 Nov 2007 05:30:40 -0500 (EST)
Received: from omp205.mail.re3.yahoo.com (omp205.mail.re3.yahoo.com [66.196.97.152])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with SMTP id D90487C40E0
 for <oracle-l@freelists.org>; Wed, 28 Nov 2007 05:30:39 -0500 (EST)
Received: (qmail 48351 invoked by uid 1000); 27 Nov 2007 18:28:21 -0000
Received: (qmail 56524 invoked by uid 60001); 27 Nov 2007 16:16:03 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.com;
  h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID;
  b=mG/EHKNNrD08adCjQNWOFCFTjFighLorr1M2DnNawAEJEYWP7VIBi+/RgUwpi+k9b002MyFXG86PJf+UWArMvdqaLH403w+0f9SiVfsF2N/zUJT3KIqVayfHq2gQH4m94QdOMetL4zCT1wjvn+bx/OGt/mpHaQUD2PJGfr5rRPk=;
X-YMail-OSG: COcA.FcVM1mSL8Rh8KErdBTukXqbHL50VdzhnfJ0_yK4CR6ByTVksPO1jmO5i4g7ZF09j_qEayGmRdQBLsxocxlWbxpNPpHhSl3rNqEIQgRVz1dDauRDHEpl6QQHJ_zn
Received: from [155.72.24.1] by web57507.mail.re1.yahoo.com via HTTP; Tue, 27 Nov 2007 08:16:03 PST
Date: Tue, 27 Nov 2007 08:16:03 -0800 (PST)
From: Ajay Thotangare <ajayoraclel@yahoo.com>
Subject: Deleting files from O/S older than 6 hours
To: oracle-l@freelists.org
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="0-1541771535-1196180163=:55380"
Message-ID: <238633.55380.qm@web57507.mail.re1.yahoo.com>
X-archive-position: 3520
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: ajayoraclel@yahoo.com
Precedence: normal
Reply-to: ajayoraclel@yahoo.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
--0-1541771535-1196180163=:55380
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi,
   
  I am using following command to delete files from o/s older than 24 hours.
  /usr/bin/find /u01/log/*.log -mtime +0 -exec ls -l {} \;
   
  Is there any way I can delete files older than 6 hours. I am using HP-UNIX. I tried using 
  /usr/bin/find /u01/log/*.log -mtime +0.4 -exec ls -l {} \;
  Above command does not work.
   
  Please help.
   
  regards,
  Ajay

       
---------------------------------
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.
--0-1541771535-1196180163=:55380
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

<DIV>Hi,</DIV>  <DIV>&nbsp;</DIV>  <DIV>I am using following command to delete files from o/s older than 24 hours.</DIV>  <DIV>/usr/bin/find /u01/log/*.log -mtime +0 -exec ls -l {} \;</DIV>  <DIV>&nbsp;</DIV>  <DIV>Is there any way I can delete files older than 6 hours. I am using HP-UNIX. I tried using </DIV>  <DIV>/usr/bin/find /u01/log/*.log -mtime +0.4 -exec ls -l {} \;</DIV>  <DIV>Above command does not work.</DIV>  <DIV>&nbsp;</DIV>  <DIV>Please help.</DIV>  <DIV>&nbsp;</DIV>  <DIV>regards,</DIV>  <DIV>Ajay</DIV><p>&#32;
      <hr size=1>Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. <a href="http://us.rd.yahoo.com/evt=51732/*http://overview.mail.yahoo.com/">See how.</a>
--0-1541771535-1196180163=:55380--
--
http://www.freelists.org/webpage/oracle-l


