<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Shell script in HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992987#M296003</link>
    <description>How to find all files in all directories which date of creation will defend from current date more, than for 1 month and to place them in archive?</description>
    <pubDate>Thu, 03 May 2007 03:42:40 GMT</pubDate>
    <dc:creator>Ismagilov</dc:creator>
    <dc:date>2007-05-03T03:42:40Z</dc:date>
    <item>
      <title>Shell script in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992987#M296003</link>
      <description>How to find all files in all directories which date of creation will defend from current date more, than for 1 month and to place them in archive?</description>
      <pubDate>Thu, 03 May 2007 03:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992987#M296003</guid>
      <dc:creator>Ismagilov</dc:creator>
      <dc:date>2007-05-03T03:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992988#M296004</link>
      <description>Hi Ismagilov,&lt;BR /&gt;(welcome to the ITRC forums)&lt;BR /&gt;and try this for finding files&lt;BR /&gt;&lt;BR /&gt;find / -type f -mtime +30 -print -exec ls {} \;&lt;BR /&gt;&lt;BR /&gt;Hope this help&lt;BR /&gt;regards&lt;BR /&gt;pg&lt;BR /&gt;&lt;BR /&gt;ps:&lt;BR /&gt;And as Peter Godron says&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; &lt;BR /&gt;on how to reward any useful answers given to your questions.</description>
      <pubDate>Thu, 03 May 2007 03:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992988#M296004</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2007-05-03T03:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992989#M296005</link>
      <description>Hi Piergiacomo Perini,&lt;BR /&gt;Thanks for the answer.&lt;BR /&gt;&lt;BR /&gt;I wish to specify:&lt;BR /&gt;-mtime (modification date)&lt;BR /&gt;And how to find creation date?</description>
      <pubDate>Thu, 03 May 2007 04:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992989#M296005</guid>
      <dc:creator>Ismagilov</dc:creator>
      <dc:date>2007-05-03T04:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992990#M296006</link>
      <description>Hi Smagilov,&lt;BR /&gt;&lt;BR /&gt;you cannot retrieve the creation time of a file, as unix does not registrate this - sorry.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2007 04:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992990#M296006</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2007-05-03T04:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992991#M296007</link>
      <description>Hi again,&lt;BR /&gt;you are right ...&lt;BR /&gt;maybe "ctime" could be more useful to you, but this option mean 'time of last change of file                                status information'.&lt;BR /&gt;In any case you could see "man find" for any other option.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;regards&lt;BR /&gt;pg</description>
      <pubDate>Thu, 03 May 2007 04:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-in-hp-ux/m-p/3992991#M296007</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2007-05-03T04:25:41Z</dc:date>
    </item>
  </channel>
</rss>

