<?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: Sum of some data (easy points ...) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864154#M705872</link>
    <description>See also&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=711837" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=711837&lt;/A&gt;</description>
    <pubDate>Wed, 06 Oct 2004 07:45:37 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2004-10-06T07:45:37Z</dc:date>
    <item>
      <title>Sum of some data (easy points ...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864151#M705869</link>
      <description>Hi,&lt;BR /&gt;i'm searching how to do the sum of data in a file.&lt;BR /&gt;For example, file contains :&lt;BR /&gt;15 a&lt;BR /&gt;15 b&lt;BR /&gt;30 c&lt;BR /&gt;I want to do :&lt;BR /&gt;cat file | awk '{print $1 }' | unix_command_that_do_a_sum&lt;BR /&gt;and receive :&lt;BR /&gt;60&lt;BR /&gt;&lt;BR /&gt;Thank's in advance.</description>
      <pubDate>Wed, 06 Oct 2004 07:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864151#M705869</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-10-06T07:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of some data (easy points ...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864152#M705870</link>
      <description># perl -nle'END{print$sum}$sum+=$_' file&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 06 Oct 2004 07:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864152#M705870</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-10-06T07:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of some data (easy points ...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864153#M705871</link>
      <description>cat file | awk '{sum=sum+$1} END {print sum}'</description>
      <pubDate>Wed, 06 Oct 2004 07:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864153#M705871</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-10-06T07:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of some data (easy points ...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864154#M705872</link>
      <description>See also&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=711837" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=711837&lt;/A&gt;</description>
      <pubDate>Wed, 06 Oct 2004 07:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864154#M705872</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-06T07:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of some data (easy points ...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864155#M705873</link>
      <description>Very quick !&lt;BR /&gt;&lt;BR /&gt;Thanks !&lt;BR /&gt;Olivier.</description>
      <pubDate>Wed, 06 Oct 2004 07:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sum-of-some-data-easy-points/m-p/4864155#M705873</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-10-06T07:47:58Z</dc:date>
    </item>
  </channel>
</rss>

