<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Free</title>
	<atom:link href="http://www.stealthcopter.com/blog/2009/05/free/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog/2009/05/free/</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Wed, 08 Feb 2012 11:08:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kevin M</title>
		<link>http://www.stealthcopter.com/blog/2009/05/free/comment-page-1/#comment-22</link>
		<dc:creator>Kevin M</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=61#comment-22</guid>
		<description>The &quot;grep&quot; process can be avoided by using awk&#039;s pattern match

i.e
$ free -m &#124; awk &#039;/^Mem:/ {x=$2-($3-$7); print x}&#039;</description>
		<content:encoded><![CDATA[<p>The &#8220;grep&#8221; process can be avoided by using awk&#8217;s pattern match</p>
<p>i.e<br />
$ free -m | awk &#8216;/^Mem:/ {x=$2-($3-$7); print x}&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

