<?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: rm command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731281#M836285</link>
    <description>Re-direct the ls -la command in a file. Then edit that file to remove the particular file. Then run #sh &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Sandip&lt;/FILENAME&gt;</description>
    <pubDate>Fri, 24 May 2002 14:31:59 GMT</pubDate>
    <dc:creator>Sandip Ghosh</dc:creator>
    <dc:date>2002-05-24T14:31:59Z</dc:date>
    <item>
      <title>rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731277#M836281</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I just wanna know how can I remove a file that I accidently named \ (backslash caracter)???&lt;BR /&gt;&lt;BR /&gt;What happened is I was editing (vi) a file and when I saved it up I accidently touch the "\" instead of the "enter" key...&lt;BR /&gt;&lt;BR /&gt;Anyone know how can I delete that crappy file????&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Jonathan</description>
      <pubDate>Fri, 24 May 2002 14:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731277#M836281</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-05-24T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731278#M836282</link>
      <description>Very carefully do a rm -i *, answering no to every file but the / one.  Ctrl C to get out once you've deleted the /.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 24 May 2002 14:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731278#M836282</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-24T14:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731279#M836283</link>
      <description>#cd source_dir&lt;BR /&gt;rm -i *&lt;BR /&gt;&lt;BR /&gt;Say no to all other file except the one you want to remove.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 24 May 2002 14:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731279#M836283</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-05-24T14:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731280#M836284</link>
      <description>Make very sure you're in the directory you think you're in, too.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 24 May 2002 14:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731280#M836284</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-24T14:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731281#M836285</link>
      <description>Re-direct the ls -la command in a file. Then edit that file to remove the particular file. Then run #sh &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Sandip&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 24 May 2002 14:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731281#M836285</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-05-24T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731282#M836286</link>
      <description>Try rm -- "\"  the -- option is little know but works great.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Fri, 24 May 2002 14:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731282#M836286</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-05-24T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731283#M836287</link>
      <description>Safer answer:&lt;BR /&gt;&lt;BR /&gt;rm -i \\*&lt;BR /&gt;&lt;BR /&gt;or rm \&lt;BR /&gt;Use the backslash to quote the backslash.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 14:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731283#M836287</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-05-24T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731284#M836288</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#rm -i "\\" works fine (the -i just in case...)&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 14:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731284#M836288</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2002-05-24T14:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731285#M836289</link>
      <description># rm -i \\*&lt;BR /&gt;&lt;BR /&gt;should be it ..</description>
      <pubDate>Fri, 24 May 2002 14:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731285#M836289</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-24T14:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731286#M836290</link>
      <description># rm -i //*&lt;BR /&gt;&lt;BR /&gt;OR &lt;BR /&gt;&lt;BR /&gt;# rm -i /* ( -i for selective removal)</description>
      <pubDate>Fri, 24 May 2002 14:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731286#M836290</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-24T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731287#M836291</link>
      <description>Thanks for the fast reply...&lt;BR /&gt;&lt;BR /&gt;the command rm -i * worked fine... I didn't try the others.. &lt;BR /&gt;&lt;BR /&gt;Thanks again!!&lt;BR /&gt;Jonathan</description>
      <pubDate>Fri, 24 May 2002 14:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731287#M836291</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-05-24T14:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: rm command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731288#M836292</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;rm -i *filename ( without the backslash )  this way will probably only have to say no once.&lt;BR /&gt;&lt;BR /&gt;John.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 15:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rm-command/m-p/2731288#M836292</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-05-24T15:27:30Z</dc:date>
    </item>
  </channel>
</rss>

