<?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: remove file name &amp;quot;.&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437990#M356721</link>
    <description>To find invisible chars in the name you can use:&lt;BR /&gt;ll -b | vis -t</description>
    <pubDate>Fri, 12 Jun 2009 05:28:06 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-06-12T05:28:06Z</dc:date>
    <item>
      <title>remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437985#M356716</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have file with name "." and it is not root directory but a file&lt;BR /&gt;&lt;BR /&gt;how can i remove it and my FTP fail because of this file with name "."&lt;BR /&gt;&lt;BR /&gt;please check my attachment.&lt;BR /&gt;&lt;BR /&gt;Billion Thanks</description>
      <pubDate>Fri, 12 Jun 2009 00:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437985#M356716</guid>
      <dc:creator>ahsiangsiang</dc:creator>
      <dc:date>2009-06-12T00:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437986#M356717</link>
      <description>Been quite a few threads on removing files starting with special characters.&lt;BR /&gt;&lt;BR /&gt;Take a look at this one&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1244770620964+28353475&amp;amp;threadId=100983" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1244770620964+28353475&amp;amp;threadId=100983&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;George</description>
      <pubDate>Fri, 12 Jun 2009 00:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437986#M356717</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2009-06-12T00:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437987#M356718</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do listing in the current directory with `-il` and find the inode of the file. and remove the file if you feel its of no use.&lt;BR /&gt;&lt;BR /&gt;ls -li&lt;BR /&gt;&lt;BR /&gt;#find . -inum &lt;INODE-NUM&gt; -exec rm {} \; &lt;BR /&gt;&lt;BR /&gt;Nasty One:&lt;BR /&gt;or do a # rm -i * &amp;lt; on the current Directoy&amp;gt;&lt;BR /&gt;It'll prompt for every file in the directory say y to the file you want to delete.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;$ rm -i *.job&lt;BR /&gt;rm: Remove test.job? n&lt;BR /&gt;rm: Remove test1.job? n&lt;BR /&gt;rm: Remove test2.job? n&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;&lt;/INODE-NUM&gt;</description>
      <pubDate>Fri, 12 Jun 2009 00:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437987#M356718</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-06-12T00:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437988#M356719</link>
      <description>Oops: I wanted to add some more lines:&lt;BR /&gt;An additional info about . and .. directory files.&lt;BR /&gt;&lt;BR /&gt;Please check : man glossary&lt;BR /&gt;&lt;BR /&gt; GLOSSARY ENTRIES&lt;BR /&gt;      . (dot)        A special file name that refers to the current&lt;BR /&gt;directory.  It can be used alone or at the beginning of&lt;BR /&gt;a directory path name.  See also path name resolution.&lt;BR /&gt;The dot also functions as a special command in the&lt;BR /&gt;Bourne and Korn shells, and has special meaning in text&lt;BR /&gt;editors and formatters, in parsing regular expressions&lt;BR /&gt;and in designating file names.&lt;BR /&gt;&lt;BR /&gt;      .. (dot-dot)   A special file name that refers to the parent&lt;BR /&gt;directory.  If it begins a path name, dot-dot refers to&lt;BR /&gt;the parent of the current directory.  If it occurs in a&lt;BR /&gt;path name, dot-dot refers to the parent directory of&lt;BR /&gt;the directory preceding dot-dot in the path name&lt;BR /&gt;string.  As a special case, dot-dot refers to the&lt;BR /&gt;current directory in any directory that has no parent&lt;BR /&gt;(most often, the root directory).  See also path name&lt;BR /&gt;resolution.&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2009 00:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437988#M356719</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-06-12T00:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437989#M356720</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I have file with name "." [...]&lt;BR /&gt;&lt;BR /&gt;Seems unlikely.  Perhaps ". " or ".  ", ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; please check my attachment.&lt;BR /&gt;&lt;BR /&gt;A JPEG image?  You couldn't copy and paste&lt;BR /&gt;the text?</description>
      <pubDate>Fri, 12 Jun 2009 02:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437989#M356720</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-12T02:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437990#M356721</link>
      <description>To find invisible chars in the name you can use:&lt;BR /&gt;ll -b | vis -t</description>
      <pubDate>Fri, 12 Jun 2009 05:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437990#M356721</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-12T05:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437991#M356722</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;hpenqb::root&amp;gt;ll -b | vis -t&lt;BR /&gt;total\s1771024&lt;BR /&gt;-rw-rw-r--\s\s\s1\spba4r\s\s\s\s\s\susers\s\s\s\s\s\s\s\s\s3584\sApr\s\s8\s10:27\s.\\015&lt;BR /&gt;&lt;BR /&gt;here is the output. What to do next? Thanks</description>
      <pubDate>Fri, 12 Jun 2009 06:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437991#M356722</guid>
      <dc:creator>ahsiangsiang</dc:creator>
      <dc:date>2009-06-12T06:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437992#M356723</link>
      <description>Hi Nido,&lt;BR /&gt;&lt;BR /&gt;Thanks for your command. It work! Thanks</description>
      <pubDate>Fri, 12 Jun 2009 06:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437992#M356723</guid>
      <dc:creator>ahsiangsiang</dc:creator>
      <dc:date>2009-06-12T06:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: remove file name "."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437993#M356724</link>
      <description>&amp;gt;here is the output. What to do next?&lt;BR /&gt;&lt;BR /&gt;It looks like the file is "." followed by a CR.&lt;BR /&gt;Inside a script you can do:&lt;BR /&gt;ll -b .^V^M&lt;BR /&gt;rm .^V^M&lt;BR /&gt;&lt;BR /&gt;Where that's control-V then control-M.</description>
      <pubDate>Fri, 12 Jun 2009 07:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-file-name-quot-quot/m-p/4437993#M356724</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-12T07:31:53Z</dc:date>
    </item>
  </channel>
</rss>

