<?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 Creating two files with the same name in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701224#M384071</link>
    <description>&lt;BR /&gt;ml048-root&amp;gt; ls -lrt&lt;BR /&gt;total 32&lt;BR /&gt;-rw-r--r--   1 swbonds    iusa             0 Oct 18 20:28 example&lt;BR /&gt;-rw-r--r--   1 swbonds    iusa             0 Oct 18 20:28 example&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am just wondering how it get created..I know there is some special character might be used to create this..But I do not know how to decode this.. Please help me out..&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Oct 2010 04:00:34 GMT</pubDate>
    <dc:creator>Indrajit Bhagat</dc:creator>
    <dc:date>2010-10-19T04:00:34Z</dc:date>
    <item>
      <title>Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701224#M384071</link>
      <description>&lt;BR /&gt;ml048-root&amp;gt; ls -lrt&lt;BR /&gt;total 32&lt;BR /&gt;-rw-r--r--   1 swbonds    iusa             0 Oct 18 20:28 example&lt;BR /&gt;-rw-r--r--   1 swbonds    iusa             0 Oct 18 20:28 example&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am just wondering how it get created..I know there is some special character might be used to create this..But I do not know how to decode this.. Please help me out..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 04:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701224#M384071</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2010-10-19T04:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701225#M384072</link>
      <description>Hi Indrajit,&lt;BR /&gt;&lt;BR /&gt;Please check whts the path where this files created???&lt;BR /&gt;Do check the /var/adm/syslog/syslog.log &lt;BR /&gt;&lt;BR /&gt;lastly updates in syslog&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vishnu Khandare&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 04:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701225#M384072</guid>
      <dc:creator>vishnu.khandare</dc:creator>
      <dc:date>2010-10-19T04:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701226#M384073</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i would check the history file for the command, and also if its possible run the fsck on the file system.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 19 Oct 2010 04:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701226#M384073</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-10-19T04:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701227#M384074</link>
      <description>You can use ls -b&lt;BR /&gt;    "List nonprinting characters in the octal \ddd notation."&lt;BR /&gt;&lt;BR /&gt;Or pipe the ls output in xd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You Also want to use ls -i to check the inodes.&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 04:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701227#M384074</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-10-19T04:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701228#M384075</link>
      <description>Hi Experts&lt;BR /&gt;&lt;BR /&gt;I tried to run ls -b which give me below output&lt;BR /&gt;&lt;BR /&gt;$ cd  example-for-indrajit&lt;BR /&gt;$ ls -b&lt;BR /&gt;-c                 example            example\006\017\022\011\016\004\022\001\011\024          wc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But i want to know how we can create this files&lt;BR /&gt;&lt;BR /&gt;In ls -lrt output it is coming like that&lt;BR /&gt;$ ls -lrt&lt;BR /&gt;total 32&lt;BR /&gt;-rw-r--r--   1 swbonds    iusa             0 Oct 18 20:28 example&lt;BR /&gt;-rw-r--r--   1 swbonds    iusa             0 Oct 18 20:28 example&lt;BR /&gt;-rw-r--r--   1 root       sys             26 Oct 18 21:01 wc&lt;BR /&gt;-rw-r--r--   1 root       sys             26 Oct 18 21:01 -c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest me how this file get created..</description>
      <pubDate>Tue, 19 Oct 2010 05:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701228#M384075</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2010-10-19T05:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701229#M384076</link>
      <description>Hi , &lt;BR /&gt;&lt;BR /&gt;like you can see your second file example has also non printing character . &lt;BR /&gt;It' a mistike of someone or if the file have been created by a script , perhaps mistake is also in the script . ( in this case cat -v help you) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For resolve this issue : &lt;BR /&gt;rename example : mv example file1 &lt;BR /&gt;rename  the secondelfile : mv example* file2 &lt;BR /&gt;&lt;BR /&gt;Have a good day &lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 07:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701229#M384076</guid>
      <dc:creator>merieux</dc:creator>
      <dc:date>2010-10-19T07:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701230#M384077</link>
      <description>you can also list the inode number of the file:&lt;BR /&gt;&lt;BR /&gt;ls -li&lt;BR /&gt;&lt;BR /&gt;and then delete the file using the inod number with find for example.&lt;BR /&gt;&lt;BR /&gt;you have and example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpuxtips.es/?q=node/207" target="_blank"&gt;http://www.hpuxtips.es/?q=node/207&lt;/A&gt;</description>
      <pubDate>Tue, 19 Oct 2010 10:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701230#M384077</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2010-10-19T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701231#M384078</link>
      <description>&amp;gt; Please suggest me how this file get created.&lt;BR /&gt;&lt;BR /&gt;I think something went wrong with a command possibly within a script, perhaps the command "wc -c example". It usually happens when trying to remsh or rlogin. The special characters are indicate remote connection control and somehow they became part of the filename.</description>
      <pubDate>Tue, 19 Oct 2010 11:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701231#M384078</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-10-19T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating two files with the same name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701232#M384079</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please suggest me how this file get created&lt;BR /&gt;&lt;BR /&gt;I've seen this in an application, where you have to give a file name, then you want to change the name in the input window with backspace or with an arrow key before it's saved.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 12:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-two-files-with-the-same-name/m-p/4701232#M384079</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2010-10-19T12:01:45Z</dc:date>
    </item>
  </channel>
</rss>

