<?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 Re: find in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446241#M9422</link>
    <description>try :&lt;BR /&gt;&lt;BR /&gt;find . -type f -mtime +30 | xargs rm &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps</description>
    <pubDate>Tue, 19 Sep 2000 08:45:01 GMT</pubDate>
    <dc:creator>federico_3</dc:creator>
    <dc:date>2000-09-19T08:45:01Z</dc:date>
    <item>
      <title>find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446232#M9413</link>
      <description>I got problem in performing the following command line:&lt;BR /&gt;% find . -type f -mtime +30 -exec rm{} ;&lt;BR /&gt;&lt;BR /&gt;Why does it work?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2000 07:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446232#M9413</guid>
      <dc:creator>Tommy Wang</dc:creator>
      <dc:date>2000-09-19T07:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446233#M9414</link>
      <description>after the last } you need a space and backslash&lt;BR /&gt;i.e  find ..... rm{} ;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2000 08:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446233#M9414</guid>
      <dc:creator>Devbinder Singh Marway</dc:creator>
      <dc:date>2000-09-19T08:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446234#M9415</link>
      <description>Why does it work? or why doesn't it work?&lt;BR /&gt;What exactly is your problem?&lt;BR /&gt;&lt;BR /&gt;The command&lt;BR /&gt;'find . -type f -mtime +30 -exec rm {} \;'&lt;BR /&gt;&lt;BR /&gt;will remove files in the current directory (and any sub-directories) which have a modified time earlier than 31 days from now.</description>
      <pubDate>Tue, 19 Sep 2000 08:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446234#M9415</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-19T08:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446235#M9416</link>
      <description>oops i may have the wrong end of the stick , do you want to know how it works ? or why doesn't it work ? ( too early... )&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 19 Sep 2000 08:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446235#M9416</guid>
      <dc:creator>Devbinder Singh Marway</dc:creator>
      <dc:date>2000-09-19T08:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446236#M9417</link>
      <description>&lt;BR /&gt;The command you should run is:&lt;BR /&gt;&lt;BR /&gt;find . -type f -mtime +30 -exec rm{} ;&lt;BR /&gt;&lt;BR /&gt;Federico</description>
      <pubDate>Tue, 19 Sep 2000 08:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446236#M9417</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-19T08:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446237#M9418</link>
      <description>sorry i forgot......&lt;BR /&gt;&lt;BR /&gt;find . -type f -mtime +30 -exec rm{} ; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2000 08:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446237#M9418</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-19T08:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446238#M9419</link>
      <description>it seems that the back slash command before ";" can't be written</description>
      <pubDate>Tue, 19 Sep 2000 08:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446238#M9419</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-19T08:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446239#M9420</link>
      <description>&lt;BR /&gt;# ll |wc&lt;BR /&gt;84 749 5875&lt;BR /&gt;# find . -type f -mtime +30 -exec {} ;&lt;BR /&gt;# ll |wc&lt;BR /&gt;84 749 5875&lt;BR /&gt;&lt;BR /&gt;I run the above command, but it doesn't work.</description>
      <pubDate>Tue, 19 Sep 2000 08:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446239#M9420</guid>
      <dc:creator>Tommy Wang</dc:creator>
      <dc:date>2000-09-19T08:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446240#M9421</link>
      <description>Kenny,&lt;BR /&gt;&lt;BR /&gt;The 'rm' is missing from your last post, is that a typo?&lt;BR /&gt;&lt;BR /&gt;Specifying a null command to '-exec' will not give an error and will do nothing.&lt;BR /&gt;&lt;BR /&gt;What are the dates on your files?&lt;BR /&gt;&lt;BR /&gt;I assume that the backslash has been eaten by the system. You need to type two(//) to get one on this forum.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 19 Sep 2000 08:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446240#M9421</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-19T08:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446241#M9422</link>
      <description>try :&lt;BR /&gt;&lt;BR /&gt;find . -type f -mtime +30 | xargs rm &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps</description>
      <pubDate>Tue, 19 Sep 2000 08:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446241#M9422</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-19T08:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446242#M9423</link>
      <description>Thank you all for looking at this problem.</description>
      <pubDate>Tue, 19 Sep 2000 08:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446242#M9423</guid>
      <dc:creator>Tommy Wang</dc:creator>
      <dc:date>2000-09-19T08:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446243#M9424</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;The backslash will be fixed in the next release scheduled for late October.  Thank you for bringing this matter to our attention and for being so patient.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Shayne Wagley&lt;BR /&gt;ITRC Forums Administrator&lt;BR /&gt;Hewlett-Packard</description>
      <pubDate>Tue, 19 Sep 2000 21:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/2446243#M9424</guid>
      <dc:creator>wagley 2 10-18</dc:creator>
      <dc:date>2000-09-19T21:29:47Z</dc:date>
    </item>
  </channel>
</rss>

