
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=bash_sum_series_of_numbers_with_awk</id>
		<title>bash sum series of numbers with awk - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=bash_sum_series_of_numbers_with_awk"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=bash_sum_series_of_numbers_with_awk&amp;action=history"/>
		<updated>2026-04-29T00:23:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=bash_sum_series_of_numbers_with_awk&amp;diff=614&amp;oldid=prev</id>
		<title>Nighthawk: moved bash sum series of numbers to bash sum series of numbers with awk</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=bash_sum_series_of_numbers_with_awk&amp;diff=614&amp;oldid=prev"/>
				<updated>2014-01-18T14:38:35Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/index.php?title=bash_sum_series_of_numbers&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;bash sum series of numbers (page does not exist)&quot;&gt;bash sum series of numbers&lt;/a&gt; to &lt;a href=&quot;/index.php/bash_sum_series_of_numbers_with_awk&quot; title=&quot;bash sum series of numbers with awk&quot;&gt;bash sum series of numbers with awk&lt;/a&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 14:38, 18 January 2014&lt;/td&gt;
			&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=bash_sum_series_of_numbers_with_awk&amp;diff=497&amp;oldid=prev</id>
		<title>Nighthawk: Created page with &quot;for a series of numbers on different lines of a file   or  on different lines of stdin, awk will do...   awk '{s+=$1} END {print s}'  category:scripting category:awk&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=bash_sum_series_of_numbers_with_awk&amp;diff=497&amp;oldid=prev"/>
				<updated>2013-08-22T05:20:34Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;for a series of numbers on different lines of a file   or  on different lines of stdin, awk will do...   awk &amp;#039;{s+=$1} END {print s}&amp;#039;  &lt;a href=&quot;/index.php?title=Category:scripting&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:scripting (page does not exist)&quot;&gt;category:scripting&lt;/a&gt; &lt;a href=&quot;/index.php?title=Category:awk&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:awk (page does not exist)&quot;&gt;category:awk&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;for a series of numbers on different lines of a file &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
on different lines of stdin, awk will do...&lt;br /&gt;
&lt;br /&gt;
 awk '{s+=$1} END {print s}'&lt;br /&gt;
&lt;br /&gt;
[[category:scripting]]&lt;br /&gt;
[[category:awk]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>