<?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 Scripting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/4531964#M678535</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I would like to write a script which will do following task.&lt;BR /&gt;&lt;BR /&gt;1.Search for all file(assume txt files) which is 20 days older.&lt;BR /&gt;2.Once we have the file with their location it will compress it in their respective location.&lt;BR /&gt;&lt;BR /&gt;Please help me to prepare this script.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;CBZ</description>
    <pubDate>Wed, 11 Nov 2009 15:38:20 GMT</pubDate>
    <dc:creator>CBZ</dc:creator>
    <dc:date>2009-11-11T15:38:20Z</dc:date>
    <item>
      <title>Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/4531964#M678535</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I would like to write a script which will do following task.&lt;BR /&gt;&lt;BR /&gt;1.Search for all file(assume txt files) which is 20 days older.&lt;BR /&gt;2.Once we have the file with their location it will compress it in their respective location.&lt;BR /&gt;&lt;BR /&gt;Please help me to prepare this script.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;CBZ</description>
      <pubDate>Wed, 11 Nov 2009 15:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/4531964#M678535</guid>
      <dc:creator>CBZ</dc:creator>
      <dc:date>2009-11-11T15:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/4531965#M678536</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# find /path -xdev -type f -mtime +20 -exec gzip {} \;&lt;BR /&gt;&lt;BR /&gt;Substitute whatever you need for '/path'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2009 15:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/4531965#M678536</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-11-11T15:45:14Z</dc:date>
    </item>
  </channel>
</rss>

