<?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 alignment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161225#M668618</link>
    <description>&amp;gt;I noticed that it do this only when the file size is bigger then 10Mb&lt;BR /&gt;&lt;BR /&gt;Yes, that's right, but why do you complain about that? Because you're more familiar with Tru64?&lt;BR /&gt;Well, ok - this is HP-UX ... I never had problems with this.&lt;BR /&gt;This *is correct* for HP-UX.&lt;BR /&gt;&lt;BR /&gt;BTW you only see this with the 'll' or 'ls -l' command :-)&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Mar 2009 14:34:41 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2009-03-04T14:34:41Z</dc:date>
    <item>
      <title>ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161219#M668612</link>
      <description>&lt;!--!*#--&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I have a problem with ls command; when I run it I get an output like the next one:&lt;BR /&gt;&lt;BR /&gt;-rwxr-x---   1 root       CR-USER         48 Feb 26 11:14 ControllaQIO&lt;BR /&gt;-rwxr-x---   1 root       root       2630207229 Feb 26 10:36 FileProve.txt&lt;BR /&gt;-rwxr-x---   1 root       CR-USER        229 Feb 26 11:47 LancioTest512Mb&lt;BR /&gt;-rwxr-x---   1 root       CR-USER        509 Feb 26 12:06 LancioTestParalleloAPC2&lt;BR /&gt;&lt;BR /&gt;I didn't find anything on the man page....is there a way to have a correct output?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Wed, 04 Mar 2009 13:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161219#M668612</guid>
      <dc:creator>ertraccia</dc:creator>
      <dc:date>2009-03-04T13:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161220#M668613</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The output is correct.  What matters is that there are discrete _fields_ separated by whitespace.  Hence, you can parse based on the field-number with "cut' or "awk' or Perl.&lt;BR /&gt;&lt;BR /&gt;If you want to reformat the output, pipe the output to a tiny 'awk' script that uses a 'printf' statement.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 04 Mar 2009 13:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161220#M668613</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-04T13:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161221#M668614</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check with 'alias' if there's an alias command for 'ls'.&lt;BR /&gt;That would explain such a result.&lt;BR /&gt;Then you have to change that setting.&lt;BR /&gt;Maybe you get also a correct output with '/usr/bin/ls'?&lt;BR /&gt;&lt;BR /&gt;What does 'which ls' says?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 13:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161221#M668614</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-03-04T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161222#M668615</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] is there a way to have a correct&lt;BR /&gt;&amp;gt; output?&lt;BR /&gt;&lt;BR /&gt;Define "correct".&lt;BR /&gt;&lt;BR /&gt;Write your own "ls"?&lt;BR /&gt;&lt;BR /&gt;Use GNU "ls", which has more (possibly&lt;BR /&gt;useful) formatting options?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/coreutils/" target="_blank"&gt;http://www.gnu.org/software/coreutils/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/coreutils/manual/" target="_blank"&gt;http://www.gnu.org/software/coreutils/manual/&lt;/A&gt;</description>
      <pubDate>Wed, 04 Mar 2009 13:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161222#M668615</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-04T13:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161223#M668616</link>
      <description>Judging from the thread title, your complaint refers to the size field that is very large and therefore out of alignment.&lt;BR /&gt;&lt;BR /&gt;You could write a script that takes the fields from ls and uses awk to align them.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 04 Mar 2009 14:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161223#M668616</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2009-03-04T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161224#M668617</link>
      <description>I used work with Tru64 and when I say correct I mean that ls give an output with correct alignment without options.&lt;BR /&gt;&lt;BR /&gt;Actualy the only alias defined is:&lt;BR /&gt;ls=/usr/bin/ls (the default one)&lt;BR /&gt;&lt;BR /&gt;I noticed that it do this only when the file size is bigger then 10Mb</description>
      <pubDate>Wed, 04 Mar 2009 14:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161224#M668617</guid>
      <dc:creator>ertraccia</dc:creator>
      <dc:date>2009-03-04T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161225#M668618</link>
      <description>&amp;gt;I noticed that it do this only when the file size is bigger then 10Mb&lt;BR /&gt;&lt;BR /&gt;Yes, that's right, but why do you complain about that? Because you're more familiar with Tru64?&lt;BR /&gt;Well, ok - this is HP-UX ... I never had problems with this.&lt;BR /&gt;This *is correct* for HP-UX.&lt;BR /&gt;&lt;BR /&gt;BTW you only see this with the 'll' or 'ls -l' command :-)&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 14:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161225#M668618</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-03-04T14:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161226#M668619</link>
      <description>If it was for me....it would be fine....but this is what Customer asked me (after using Tru64 for lots of years)&lt;BR /&gt;&lt;BR /&gt;Anyway, I think that awk solution should be ok, for now.&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone ;-)</description>
      <pubDate>Wed, 04 Mar 2009 15:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161226#M668619</guid>
      <dc:creator>ertraccia</dc:creator>
      <dc:date>2009-03-04T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: ls alignment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161227#M668620</link>
      <description>See above</description>
      <pubDate>Wed, 04 Mar 2009 15:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-alignment/m-p/5161227#M668620</guid>
      <dc:creator>ertraccia</dc:creator>
      <dc:date>2009-03-04T15:25:58Z</dc:date>
    </item>
  </channel>
</rss>

