<?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: Space used by files and find command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166610#M50504</link>
    <description>Hi Ivan &lt;BR /&gt;&lt;BR /&gt;And thanks again on this thread. &lt;BR /&gt;&lt;BR /&gt;Bests Regards&lt;BR /&gt;Den</description>
    <pubDate>Fri, 27 Mar 2009 16:50:14 GMT</pubDate>
    <dc:creator>Leo The Cat</dc:creator>
    <dc:date>2009-03-27T16:50:14Z</dc:date>
    <item>
      <title>Space used by files and find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166606#M50500</link>
      <description>Hi Guys&lt;BR /&gt;&lt;BR /&gt;How to have the space size used by files matching the result of the find . -name core* command. &lt;BR /&gt;&lt;BR /&gt;Bests Regards&lt;BR /&gt;Den</description>
      <pubDate>Fri, 27 Mar 2009 12:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166606#M50500</guid>
      <dc:creator>Leo The Cat</dc:creator>
      <dc:date>2009-03-27T12:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Space used by files and find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166607#M50501</link>
      <description>You can use something like this:&lt;BR /&gt;&lt;BR /&gt;find . -type f -name "*core*" -ls 2&amp;gt; /dev/null | awk -v SUM=0 '{SUM=SUM+$7} END {print "Total:",SUM}'</description>
      <pubDate>Fri, 27 Mar 2009 12:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166607#M50501</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-27T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Space used by files and find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166608#M50502</link>
      <description>Thanks, after a small adaptation this affair works correclty. &lt;BR /&gt;&lt;BR /&gt;A small question, why the 2&amp;gt; /dev/null in this context ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again Ivan&lt;BR /&gt;Bests Regards&lt;BR /&gt;Den&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Mar 2009 13:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166608#M50502</guid>
      <dc:creator>Leo The Cat</dc:creator>
      <dc:date>2009-03-27T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Space used by files and find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166609#M50503</link>
      <description>Is only to avoid messages like "permission denied" errors on the output.</description>
      <pubDate>Fri, 27 Mar 2009 13:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166609#M50503</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-27T13:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Space used by files and find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166610#M50504</link>
      <description>Hi Ivan &lt;BR /&gt;&lt;BR /&gt;And thanks again on this thread. &lt;BR /&gt;&lt;BR /&gt;Bests Regards&lt;BR /&gt;Den</description>
      <pubDate>Fri, 27 Mar 2009 16:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/space-used-by-files-and-find-command/m-p/5166610#M50504</guid>
      <dc:creator>Leo The Cat</dc:creator>
      <dc:date>2009-03-27T16:50:14Z</dc:date>
    </item>
  </channel>
</rss>

