<?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: removing files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727290#M64580</link>
    <description>Peter,&lt;BR /&gt;&lt;BR /&gt;Have a look at Cheryl's "forum issues" post and have a look at the closing thread problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Jan 2005 01:40:18 GMT</pubDate>
    <dc:creator>Fred Ruffet</dc:creator>
    <dc:date>2005-01-14T01:40:18Z</dc:date>
    <item>
      <title>removing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727283#M64573</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;I have a file which has the following filename:&lt;BR /&gt;--same-owner.&lt;BR /&gt;&lt;BR /&gt;When I tried removing it with :&lt;BR /&gt;#rm -rf --same-owner&lt;BR /&gt;&lt;BR /&gt;It complains of the following:&lt;BR /&gt;#rm -rf --same-owner&lt;BR /&gt;rm:Not a recognized flag:-&lt;BR /&gt;&lt;BR /&gt;How do I remove such files?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 20 May 2002 07:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727283#M64573</guid>
      <dc:creator>Chern Jian Leaw</dc:creator>
      <dc:date>2002-05-20T07:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: removing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727284#M64574</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;rm thinks that the leading -- are flags. You can get around it as follows:-&lt;BR /&gt;&lt;BR /&gt;rm -- --same-owner&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 20 May 2002 07:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727284#M64574</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-05-20T07:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: removing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727285#M64575</link>
      <description>The command ./--same-owner should also work</description>
      <pubDate>Mon, 20 May 2002 08:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727285#M64575</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2002-05-20T08:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: removing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727286#M64576</link>
      <description>I only have a workaround:&lt;BR /&gt;If I have a file name such as "--same-owner", I create a file "+same-owner" (because "+" comes in ASCII order before "-"), then I can use:&lt;BR /&gt;rm -i *same-owner*&lt;BR /&gt;Then I can commit to remove "+same-owner" and "--same-owner".</description>
      <pubDate>Tue, 21 May 2002 06:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727286#M64576</guid>
      <dc:creator>Deinert Arthur</dc:creator>
      <dc:date>2002-05-21T06:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: removing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727287#M64577</link>
      <description>Hi,&lt;BR /&gt;if this problem is solved, please close the thread.&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 13 Jan 2005 05:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727287#M64577</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-13T05:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: removing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727288#M64578</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;What is your goal ? Do you want to request closing all thread that are 3 years old ?&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 05:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727288#M64578</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-01-13T05:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: removing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727289#M64579</link>
      <description>Fred,&lt;BR /&gt;just going through my old responses.&lt;BR /&gt;Though it would be nice of the original poster to close the resolved threads.&lt;BR /&gt;Sorry,&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 13 Jan 2005 05:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727289#M64579</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-13T05:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: removing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727290#M64580</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;Have a look at Cheryl's "forum issues" post and have a look at the closing thread problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2005 01:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-files/m-p/2727290#M64580</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-01-14T01:40:18Z</dc:date>
    </item>
  </channel>
</rss>

