<?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 du in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435144#M4639</link>
    <description>I am trying to find out the total size of serveral files in a directory.&lt;BR /&gt;&lt;BR /&gt;du -sk att* &lt;BR /&gt;&lt;BR /&gt;this gives me each files size instead of its total, any ideas?</description>
    <pubDate>Mon, 07 Aug 2000 17:26:41 GMT</pubDate>
    <dc:creator>carl_46</dc:creator>
    <dc:date>2000-08-07T17:26:41Z</dc:date>
    <item>
      <title>du</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435144#M4639</link>
      <description>I am trying to find out the total size of serveral files in a directory.&lt;BR /&gt;&lt;BR /&gt;du -sk att* &lt;BR /&gt;&lt;BR /&gt;this gives me each files size instead of its total, any ideas?</description>
      <pubDate>Mon, 07 Aug 2000 17:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435144#M4639</guid>
      <dc:creator>carl_46</dc:creator>
      <dc:date>2000-08-07T17:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: du</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435145#M4640</link>
      <description>du -s will show you the grand total of all files in the current directory. The number on the left is the number of 512 byte blocks.  Multiply this number by 512 and the result will give you total size in bytes. Leave off the -u argument and you will see a breakdown of directory size contents.&lt;BR /&gt;&lt;BR /&gt;Use the -x option if you do not want to go beyond filesystem boudaries.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 07 Aug 2000 17:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435145#M4640</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-07T17:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: du</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435146#M4641</link>
      <description>Use different options fo the du command.&lt;BR /&gt;There is an option to give individual file size as well as the size of the directories.</description>
      <pubDate>Mon, 07 Aug 2000 17:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435146#M4641</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-07T17:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: du</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435147#M4642</link>
      <description>du -sk att* | awk '{total = total + $1;} END {print total;}'</description>
      <pubDate>Mon, 07 Aug 2000 17:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/du/m-p/2435147#M4642</guid>
      <dc:creator>curt larson</dc:creator>
      <dc:date>2000-08-07T17:45:09Z</dc:date>
    </item>
  </channel>
</rss>

