<?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: how to remove file? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464360#M662346</link>
    <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;Miss one step before give "rm -i *" command 1st get into the location of the directiory where your file is.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
    <pubDate>Wed, 22 Jul 2009 08:42:24 GMT</pubDate>
    <dc:creator>Suraj K Sankari</dc:creator>
    <dc:date>2009-07-22T08:42:24Z</dc:date>
    <item>
      <title>how to remove file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464354#M662340</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  how to remove following  file&lt;BR /&gt;&lt;BR /&gt;-rwxr-xr-x   1 test     test         0 Sep 25  2008 '30-apr-2008'"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jul 2009 06:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464354#M662340</guid>
      <dc:creator>friend_1</dc:creator>
      <dc:date>2009-07-22T06:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464355#M662341</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;this is the best procedure :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html" target="_blank"&gt;http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 22 Jul 2009 07:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464355#M662341</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-22T07:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464356#M662342</link>
      <description>See this old thread - &lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1248250455145+28353475&amp;amp;threadId=100983" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1248250455145+28353475&amp;amp;threadId=100983&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 22 Jul 2009 07:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464356#M662342</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-07-22T07:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464357#M662343</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can delete this kind of file with inode number;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Find out the inode number of this file with, &lt;BR /&gt;#ls -il "file name"&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Remove the file with,&lt;BR /&gt;#find . -inum "inode#" -exec rm -i {} \;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Wed, 22 Jul 2009 08:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464357#M662343</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-07-22T08:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464358#M662344</link>
      <description>&amp;gt;how to remove following file?&lt;BR /&gt;&lt;BR /&gt;Simple quoting works:&lt;BR /&gt;rm -i "'30-apr-2008'\""</description>
      <pubDate>Wed, 22 Jul 2009 08:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464358#M662344</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-22T08:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464359#M662345</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For deleting this type of special filename you need to do this step&lt;BR /&gt;&lt;BR /&gt;#rm -i *&lt;BR /&gt;&lt;BR /&gt;now one by one it will ask you for delet.&lt;BR /&gt;y for yes and n for no &lt;BR /&gt;&lt;BR /&gt;when it will ask for your file press y&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 22 Jul 2009 08:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464359#M662345</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-07-22T08:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464360#M662346</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;Miss one step before give "rm -i *" command 1st get into the location of the directiory where your file is.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 22 Jul 2009 08:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464360#M662346</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-07-22T08:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464361#M662347</link>
      <description>to remove this file try this :&lt;BR /&gt;&lt;BR /&gt;rm -i "'30-apr-2008'"&lt;BR /&gt;&lt;BR /&gt;u can remove this file..&lt;BR /&gt;&lt;BR /&gt;Sri</description>
      <pubDate>Thu, 23 Jul 2009 06:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-file/m-p/4464361#M662347</guid>
      <dc:creator>s.raju</dc:creator>
      <dc:date>2009-07-23T06:11:00Z</dc:date>
    </item>
  </channel>
</rss>

