<?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: ls -l error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207833#M651763</link>
    <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;There was a blank space after the filename</description>
    <pubDate>Fri, 06 Nov 2009 05:21:22 GMT</pubDate>
    <dc:creator>Sunny Jaisinghani</dc:creator>
    <dc:date>2009-11-06T05:21:22Z</dc:date>
    <item>
      <title>ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207824#M651754</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I came across a strange scenario. When i do a long listing on a directory it gives me the files. &lt;BR /&gt;However, when i do long listing on a file in that directory, it says no file found.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#pwd&lt;BR /&gt;/u02/TST/olapex&lt;BR /&gt;&lt;BR /&gt;#ls -ltr&lt;BR /&gt;total 17204&lt;BR /&gt;-rwx------  1 oratst dba  209117 Oct 30 06:56 FPAPJP.eif&lt;BR /&gt;-rwx------  1 oratst dba 8485638 Oct 30 07:38 ODPCODE.eif&lt;BR /&gt;-rwx------  1 oratst dba 2247440 Oct 30 07:39 XWDEVKIT.eif&lt;BR /&gt;-rwx------  1 oratst dba 6610847 Oct 30 07:42 ZPBCODE.eif&lt;BR /&gt;&lt;BR /&gt;#ll ZPBCODE.eif&lt;BR /&gt;ls: ZPBCODE.eif: No such file or directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried creating a new file and list it. It works fine. But the above 4 files seem to be nonexistent.&lt;BR /&gt;&lt;BR /&gt;These files are under a local FS and i am working under the directory /u02/TST/olapex&lt;BR /&gt;&lt;BR /&gt;I am not able to figure out the issue here.&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Sunny</description>
      <pubDate>Thu, 05 Nov 2009 08:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207824#M651754</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2009-11-05T08:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207825#M651755</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;is it possible that there are some "hidden" character in the name of the file, so the real name is not only the name you can see.&lt;BR /&gt;&lt;BR /&gt;Try ls -l | xd or ls -l | xd -c and you will be able to seeif there is any special character.&lt;BR /&gt;&lt;BR /&gt;Also using bash can help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lovro</description>
      <pubDate>Thu, 05 Nov 2009 08:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207825#M651755</guid>
      <dc:creator>Lovro VRES</dc:creator>
      <dc:date>2009-11-05T08:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207826#M651756</link>
      <description>Hi..&lt;BR /&gt;&lt;BR /&gt;May be these filenames contain some special character.&lt;BR /&gt;Try with:&lt;BR /&gt;# ll ZPBCODE*&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 09:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207826#M651756</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-11-05T09:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207827#M651757</link>
      <description>I am using bash shell.&lt;BR /&gt;&lt;BR /&gt;Yes, you both are right... the filename has special characters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#ls -l ZPBCODE.eif*&lt;BR /&gt;-rwxrwxrwx 1 orabig dba 6610847 Nov  5 07:42 ZPBCODE.eif&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ls -l | xd doesn't work&lt;BR /&gt;&lt;BR /&gt;what is xd. There is no man page for xd.&lt;BR /&gt;&lt;BR /&gt;How can i find out the special characters in the filename.&lt;BR /&gt;&lt;BR /&gt;Sunny</description>
      <pubDate>Thu, 05 Nov 2009 09:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207827#M651757</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2009-11-05T09:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207828#M651758</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check the man pages 'man ls':&lt;BR /&gt;Options:&lt;BR /&gt; -b  List nonprinting characters in the octal \ddd notation.&lt;BR /&gt;&lt;BR /&gt;So use 'ls -b'&lt;BR /&gt;&lt;BR /&gt;Another possibility is the file manager.&lt;BR /&gt;It shows such characters, too.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 09:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207828#M651758</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-11-05T09:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207829#M651759</link>
      <description>Or:&lt;BR /&gt;&lt;BR /&gt; -q   List nonprinting characters in file names as the character (?).&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Thu, 05 Nov 2009 09:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207829#M651759</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-11-05T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207830#M651760</link>
      <description>#ls -lb&lt;BR /&gt;total 17200&lt;BR /&gt;-rwxrwxrwx 1 orabig dba  209117 Nov  5 07:42 FPAPJP.eif\&lt;BR /&gt;-rwxrwxrwx 1 orabig dba 8485638 Nov  5 07:42 ODPCODE.eif\&lt;BR /&gt;-rwxrwxrwx 1 orabig dba 2247440 Nov  5 07:42 XWDEVKIT.eif\&lt;BR /&gt;-rwxrwxrwx 1 orabig dba 6610847 Nov  5 07:42 ZPBCODE.eif\&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#ls -lq&lt;BR /&gt;total 17200&lt;BR /&gt;-rwxrwxrwx 1 orabig dba  209117 Nov  5 07:42 FPAPJP.eif&lt;BR /&gt;-rwxrwxrwx 1 orabig dba 8485638 Nov  5 07:42 ODPCODE.eif&lt;BR /&gt;-rwxrwxrwx 1 orabig dba 2247440 Nov  5 07:42 XWDEVKIT.eif&lt;BR /&gt;-rwxrwxrwx 1 orabig dba 6610847 Nov  5 07:42 ZPBCODE.eif&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 09:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207830#M651760</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2009-11-05T09:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207831#M651761</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;there seems to be a ' ' (space) at the end.&lt;BR /&gt;Do you have an application which takes access to these files?&lt;BR /&gt;Else you can rename it or leave it as it is.&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 09:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207831#M651761</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-11-05T09:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207832#M651762</link>
      <description>&amp;gt;ls -l | xd doesn't work&lt;BR /&gt;&lt;BR /&gt;You need "xd -c".  Or you can use vis: ll | vis -t&lt;BR /&gt;&lt;BR /&gt;Or as Volkmar said, use "ls -b".&lt;BR /&gt;&lt;BR /&gt;&amp;gt;what is xd?  There is no man page for xd.&lt;BR /&gt;&lt;BR /&gt;Sure there is, right there with od(1):&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/od.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/od.1.html&lt;/A&gt;</description>
      <pubDate>Thu, 05 Nov 2009 10:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207832#M651762</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-05T10:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207833#M651763</link>
      <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;There was a blank space after the filename</description>
      <pubDate>Fri, 06 Nov 2009 05:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-error/m-p/5207833#M651763</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2009-11-06T05:21:22Z</dc:date>
    </item>
  </channel>
</rss>

