<?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: Command  equivalent for ls -lh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945028#M760786</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where to get the Gnu Version and How to install it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 18 Feb 2007 23:21:29 GMT</pubDate>
    <dc:creator>Mohammed Yasar</dc:creator>
    <dc:date>2007-02-18T23:21:29Z</dc:date>
    <item>
      <title>Command  equivalent for ls -lh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945022#M760780</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the equivalent command for ls -lh in HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;yasar&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 03:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945022#M760780</guid>
      <dc:creator>Mohammed Yasar</dc:creator>
      <dc:date>2007-02-15T03:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Command  equivalent for ls -lh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945023#M760781</link>
      <description>The -l agrument is same in HP-UX, but there are not -h (human readable format).&lt;BR /&gt;&lt;BR /&gt;For more info see man ls.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 15 Feb 2007 03:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945023#M760781</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-02-15T03:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Command  equivalent for ls -lh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945024#M760782</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to see in human-readable format....so that i can see the file size</description>
      <pubDate>Thu, 15 Feb 2007 03:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945024#M760782</guid>
      <dc:creator>Mohammed Yasar</dc:creator>
      <dc:date>2007-02-15T03:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Command  equivalent for ls -lh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945025#M760783</link>
      <description>Yasar,&lt;BR /&gt;you can instll coreutils:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/coreutils-6.7/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/coreutils-6.7/&lt;/A&gt;&lt;BR /&gt;which gives you this functionality.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 04:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945025#M760783</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-15T04:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Command  equivalent for ls -lh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945026#M760784</link>
      <description>Hi Yasar,&lt;BR /&gt;&lt;BR /&gt;Try #ls -al or #ll&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;BR /&gt;Marco</description>
      <pubDate>Fri, 16 Feb 2007 09:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945026#M760784</guid>
      <dc:creator>MSECO_1</dc:creator>
      <dc:date>2007-02-16T09:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Command  equivalent for ls -lh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945027#M760785</link>
      <description>The -h option is not part of a standard ls command so you must be using a Gnu version on another Unix flavor. AS mentioned, you can add the Gnu version of ls but be careful: if you replace /usr/bin/ls, you may break a lot of scripts that depend on standard option behavior. It's best to put non-standard utilities in /usr/contrib/bin and for certain users, use alias in their .profile like this:&lt;BR /&gt; &lt;BR /&gt;alias ls='/usr/contrib/bin/ls'</description>
      <pubDate>Fri, 16 Feb 2007 09:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945027#M760785</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-02-16T09:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Command  equivalent for ls -lh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945028#M760786</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where to get the Gnu Version and How to install it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Feb 2007 23:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945028#M760786</guid>
      <dc:creator>Mohammed Yasar</dc:creator>
      <dc:date>2007-02-18T23:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Command  equivalent for ls -lh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945029#M760787</link>
      <description>It's part of coreutils - &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/coreutils-6.7/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/coreutils-6.7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 19 Feb 2007 02:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-equivalent-for-ls-lh/m-p/3945029#M760787</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-02-19T02:47:20Z</dc:date>
    </item>
  </channel>
</rss>

