<p>You are right. That is why I sent my reply with the correct solution. I was thinking that my emails were not getting to the list until Jim replied to a post I made on another thread.</p>
<div class="gmail_quote">On Feb 6, 2012 2:55 PM, &quot;Geoffrey Myers&quot; &lt;<a href="mailto:lists@serioustechnology.com">lists@serioustechnology.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Erik Mathis wrote:<br>
&gt; awk &#39;{sum+=$2} END {print sum}&#39; filename<br>
&gt; 310<br>
&gt; awk &#39;{subt-=$2} END {print subt}&#39; filename<br>
&gt; -310<br>
<br>
Seems to me that will total all the records.  The OP only want&#39;s the<br>
last two as I recall.<br>
<br>
&gt;<br>
&gt; Stolen and hacked from <a href="http://www.commandlinefu.com" target="_blank">http://www.commandlinefu.com</a><br>
&gt;<br>
&gt; -Erik-<br>
&gt;<br>
&gt; On Fri, Feb 3, 2012 at 1:51 PM, Randy Ramsdell &lt;<a href="mailto:rramsdell@activedg.com">rramsdell@activedg.com</a>&gt; wrote:<br>
&gt;&gt; I need to parse a file and then subtract next to last line field $2<br>
&gt;&gt; from the last line field $2 using awk and then convert this number to a<br>
&gt;&gt; percent.<br>
&gt;&gt;<br>
&gt;&gt; Data:<br>
&gt;&gt;<br>
&gt;&gt; $date 100<br>
&gt;&gt; $date 103<br>
&gt;&gt; $date 107<br>
&gt;&gt;<br>
&gt;&gt; So ... ( 107 - 103 ) / 103 ...<br>
&gt;&gt;<br>
&gt;&gt; Clues?<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
<br>
--<br>
Until later, Geoffrey<br>
<br>
&quot;I predict future happiness for America if they can prevent<br>
the government from wasting the labors of the people under<br>
the pretense of taking care of them.&quot;<br>
- Thomas Jefferson<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>