<?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 special characters file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708793#M384789</link>
    <description>&amp;gt;Any idea what this is and how to remove it? \177\177\177&lt;BR /&gt;&lt;BR /&gt;This is a filename with three DELs.  With my stty setup, I can just type that to rm.&lt;BR /&gt;$ touch ^?^?^?&lt;BR /&gt;$ ll ^?^?^?&lt;BR /&gt;-rw-rw-r--   0 Nov  4 01:39    &lt;BR /&gt;$ ll -b  ^?^?^?&lt;BR /&gt;-rw-rw-r--   0 Nov  4 01:39 \177\177\177</description>
    <pubDate>Thu, 04 Nov 2010 07:41:34 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-11-04T07:41:34Z</dc:date>
    <item>
      <title>Removing special characters file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708788#M384784</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Any idea what this is and how to remove it?&lt;BR /&gt;&lt;BR /&gt;# ls -dalb ???                &lt;BR /&gt;-rw-r--r--   1 root       sys              0 Nov  2 10:57 \177\177\177&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708788#M384784</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2010-11-03T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Removing special characters file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708789#M384785</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If this is unwanted file use rm with absolute path. Have you tried using absolute path? If any error, try using double quotes for the filename.&lt;BR /&gt;&lt;BR /&gt;rm /dir/\177\177\177&lt;BR /&gt;&lt;BR /&gt;rm /dir/"\177\177\177"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jayakrishnan G Naik</description>
      <pubDate>Wed, 03 Nov 2010 15:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708789#M384785</guid>
      <dc:creator>Jayakrishnan G Naik</dc:creator>
      <dc:date>2010-11-03T15:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Removing special characters file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708790#M384786</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can always remove a file from a filesystem by using its inode.  Remember that an inode number is only unique within a filesystem.&lt;BR /&gt;&lt;BR /&gt;# cd /path &amp;amp;&amp;amp; ls -il&lt;BR /&gt;&lt;BR /&gt;...[note the inode value]&lt;BR /&gt;&lt;BR /&gt;# find . -xdev -type f -inum &lt;VALUE&gt; -exec rm -i {} +&lt;BR /&gt;&lt;BR /&gt;The '-xdev' argument insures that we don't cross (out of) the mountpoint and clobber a file in another filesystem with the same inode number.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;/VALUE&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708790#M384786</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-11-03T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Removing special characters file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708791#M384787</link>
      <description>&amp;gt;&amp;gt;Any idea what this is&amp;lt;&amp;lt;&lt;BR /&gt;It may be created by doing something like&lt;BR /&gt;#touch ????&lt;BR /&gt;Here the ? mark appeared while you may use the delete key or backspace key which is not properly set for the terminal.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708791#M384787</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2010-11-03T15:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removing special characters file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708792#M384788</link>
      <description>Removing by inode worked, thanks.</description>
      <pubDate>Wed, 03 Nov 2010 20:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708792#M384788</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2010-11-03T20:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Removing special characters file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708793#M384789</link>
      <description>&amp;gt;Any idea what this is and how to remove it? \177\177\177&lt;BR /&gt;&lt;BR /&gt;This is a filename with three DELs.  With my stty setup, I can just type that to rm.&lt;BR /&gt;$ touch ^?^?^?&lt;BR /&gt;$ ll ^?^?^?&lt;BR /&gt;-rw-rw-r--   0 Nov  4 01:39    &lt;BR /&gt;$ ll -b  ^?^?^?&lt;BR /&gt;-rw-rw-r--   0 Nov  4 01:39 \177\177\177</description>
      <pubDate>Thu, 04 Nov 2010 07:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708793#M384789</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-04T07:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Removing special characters file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708794#M384790</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;You should remember the inode trick... that, and how do you get rid of an empty directory named &lt;BR /&gt;&lt;BR /&gt;/home/${user}/-delete-me&lt;BR /&gt;&lt;BR /&gt;are good interview questions.  At least they get asked on every interview I'm running.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 04 Nov 2010 14:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-special-characters-file/m-p/4708794#M384790</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2010-11-04T14:59:01Z</dc:date>
    </item>
  </channel>
</rss>

