<?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 delete a file without name? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951909#M413752</link>
    <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;You can do a rm *.* in a interactive mode and delete the particular file.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
    <pubDate>Thu, 12 Jan 2006 05:34:53 GMT</pubDate>
    <dc:creator>Sivakumar TS</dc:creator>
    <dc:date>2006-01-12T05:34:53Z</dc:date>
    <item>
      <title>How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951908#M413751</link>
      <description>Hi !!&lt;BR /&gt;how can i delete files without name , look at this, is the line shown before message file:&lt;BR /&gt;&lt;BR /&gt;$ ls -rlt&lt;BR /&gt;total 14&lt;BR /&gt;-rwxr-xr-x   1 USERONE   users          113 Jan 10 13:32 environment.sh&lt;BR /&gt;-rwxr-xr-x   1 USERONE   users         1759 Jan 10 16:23 messages.txt&lt;BR /&gt;-rwxr-xr-x   1 USERONE   users         1407 Jan 11 18:09 message.ak&lt;BR /&gt;-rw-------   1 USERONE   users            0 Jan 12 03:58 &lt;BR /&gt;-rwxr-xr-x   1 USERONE   users         1296 Jan 12 03:58 message&lt;BR /&gt;&lt;BR /&gt;thanks, Manuales.</description>
      <pubDate>Thu, 12 Jan 2006 05:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951908#M413751</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-01-12T05:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951909#M413752</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;You can do a rm *.* in a interactive mode and delete the particular file.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Thu, 12 Jan 2006 05:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951909#M413752</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-01-12T05:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951910#M413753</link>
      <description>It may not be a blank name exactly, it could be a control/non-printable char.&lt;BR /&gt;Check it.&lt;BR /&gt;&lt;BR /&gt;ll -bv&lt;BR /&gt;ll | vis&lt;BR /&gt;&lt;BR /&gt;Now ll -il&lt;BR /&gt;note down inode number (appears in first column)&lt;BR /&gt;now find&lt;BR /&gt;find . -inum "number" -exec ll -d {} \;&lt;BR /&gt;confirm above, then&lt;BR /&gt;find . -inum "number" -exec rm -i {} \;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 05:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951910#M413753</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-12T05:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951911#M413754</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is always some character in the name of the file. Here it is a non printable character. This can be seen by &lt;BR /&gt;&lt;BR /&gt;#ll -b&lt;BR /&gt;&lt;BR /&gt;And can be deleted by doing "rm -i *" in that directory and then removing the desired file or through inode number.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Thu, 12 Jan 2006 05:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951911#M413754</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-12T05:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951912#M413755</link>
      <description>Hi Manuels, &lt;BR /&gt;&lt;BR /&gt;You can delete them using inode number which is unique. &lt;BR /&gt;&lt;BR /&gt;# ls -i  will display inode number. &lt;BR /&gt;# rm -i &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 12 Jan 2006 05:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951912#M413755</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-12T05:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951913#M413756</link>
      <description>Hi,&lt;BR /&gt;    simply execute rm *.*.&lt;BR /&gt;&lt;BR /&gt;Or for interactive rm -i and use inodes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;prabu.S</description>
      <pubDate>Thu, 12 Jan 2006 05:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951913#M413756</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-01-12T05:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951914#M413757</link>
      <description>"rm -i" is just going to give you the interactive "y/n" version of rm.  In order to remove by inode number, use find:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find . -inum NNNN -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 12 Jan 2006 05:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951914#M413757</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-01-12T05:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951915#M413758</link>
      <description>Hi Manuales,&lt;BR /&gt;&lt;BR /&gt;probably rm -f -- " " should solve your problem. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Ajit</description>
      <pubDate>Thu, 12 Jan 2006 05:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951915#M413758</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2006-01-12T05:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951916#M413759</link>
      <description>Also you ca try &lt;BR /&gt;&lt;BR /&gt; rm -i -- *.*&lt;BR /&gt;&lt;BR /&gt;Ajit</description>
      <pubDate>Thu, 12 Jan 2006 05:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951916#M413759</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2006-01-12T05:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951917#M413760</link>
      <description>Also you can try &lt;BR /&gt;&lt;BR /&gt;  rm -i -- * &lt;BR /&gt;&lt;BR /&gt;Ajit</description>
      <pubDate>Thu, 12 Jan 2006 05:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951917#M413760</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2006-01-12T05:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951918#M413761</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;There isn't any file below the one beginning with "message" dated Jan 12 03:58.&lt;BR /&gt;&lt;BR /&gt;List this directory with:&lt;BR /&gt;&lt;BR /&gt;# ls -lb&lt;BR /&gt;&lt;BR /&gt;...to expose the non-printing characters that follow (or even spaces!).&lt;BR /&gt;&lt;BR /&gt;Then, follow the technique of removing or renaming a file by inode that we discussed here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=988269" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=988269&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 06:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951918#M413761</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-12T06:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951919#M413762</link>
      <description>hi manuales,&lt;BR /&gt;&lt;BR /&gt;also, if you have a graphics console, you can browse to the directory and select+delete the file.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 12 Jan 2006 08:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951919#M413762</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-01-12T08:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951920#M413763</link>
      <description>Check out this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.helpdesk.umd.edu/topics/troubleshooting/os/unix/1231/" target="_blank"&gt;http://www.helpdesk.umd.edu/topics/troubleshooting/os/unix/1231/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can delete via the inode number:&lt;BR /&gt;&lt;BR /&gt;ls -ali *&lt;BR /&gt;&lt;BR /&gt;find ./ -inum ###### -exec rm -i {} \;&lt;BR /&gt;&lt;BR /&gt;where ###### is the inode number of the file witout a name.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 09:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951920#M413763</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-12T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: How delete a file without name?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951921#M413764</link>
      <description>Thanks friends !!!&lt;BR /&gt;all things were correct !!!&lt;BR /&gt;&lt;BR /&gt;Manuales.</description>
      <pubDate>Thu, 12 Jan 2006 14:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-delete-a-file-without-name/m-p/4951921#M413764</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-01-12T14:32:09Z</dc:date>
    </item>
  </channel>
</rss>

