<?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 used space .. ls  command? This one .. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451814#M11224</link>
    <description>Would anyone happened to know the ls command that will list all the files in a directory and sub dir &lt;BR /&gt;from biggest to smallest&lt;BR /&gt;thanks</description>
    <pubDate>Mon, 09 Oct 2000 21:07:24 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2000-10-09T21:07:24Z</dc:date>
    <item>
      <title>used space .. ls  command? This one ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451814#M11224</link>
      <description>Would anyone happened to know the ls command that will list all the files in a directory and sub dir &lt;BR /&gt;from biggest to smallest&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 09 Oct 2000 21:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451814#M11224</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2000-10-09T21:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: used space .. ls  command? This one ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451815#M11225</link>
      <description>Richard:&lt;BR /&gt;&lt;BR /&gt;The command you want is 'du'.  Pipe the output to sort.  See the man pages for a full description.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 09 Oct 2000 21:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451815#M11225</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-09T21:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: used space .. ls  command? This one ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451816#M11226</link>
      <description>I tried that .. that is a great command I didnt know about.. &lt;BR /&gt;I used ls -lR  and that works too &lt;BR /&gt;I am going to try to resort that data too. &lt;BR /&gt;Anyone else have any sugestions?</description>
      <pubDate>Mon, 09 Oct 2000 21:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451816#M11226</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2000-10-09T21:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: used space .. ls  command? This one ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451817#M11227</link>
      <description>Try this the a command (it will find all the files under whatever directory, you specify, and sort them by size) :&lt;BR /&gt;&lt;BR /&gt;find / . -xdev -type f | xargs du | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 09 Oct 2000 22:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451817#M11227</guid>
      <dc:creator>Andrew_4</dc:creator>
      <dc:date>2000-10-09T22:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: used space .. ls  command? This one ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451818#M11228</link>
      <description>Also,&lt;BR /&gt;&lt;BR /&gt;The above command is useful when files systems fill up...  It can tell you what your biggest files are, so that you can consider removing them !!&lt;BR /&gt;&lt;BR /&gt;Great for those /var filessystem fulls !!&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 09 Oct 2000 23:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451818#M11228</guid>
      <dc:creator>Andrew_4</dc:creator>
      <dc:date>2000-10-09T23:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: used space .. ls  command? This one ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451819#M11229</link>
      <description>Try : &lt;BR /&gt;&lt;BR /&gt;quot : it displays the number of 1024-byte blocks in the named FS that are currently owned by each user &lt;BR /&gt;&lt;BR /&gt;diskusg: it generates disk accounting information from data in files &lt;BR /&gt;&lt;BR /&gt;du : it gives the space allocated for all files and directories . ( "du -sk filesystem " will give you the total used space in KBs for filesystem) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bdf : it displays the total space, the free one and the percentage for each FS . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;federico</description>
      <pubDate>Tue, 10 Oct 2000 07:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451819#M11229</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-10-10T07:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: used space .. ls  command? This one ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451820#M11230</link>
      <description>&lt;BR /&gt;ll -R | sort -n +4.0</description>
      <pubDate>Tue, 10 Oct 2000 07:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/used-space-ls-command-this-one/m-p/2451820#M11230</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-10-10T07:37:15Z</dc:date>
    </item>
  </channel>
</rss>

