




<?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: Using Linux Text-Stream Filters &#8211; A Real-life Example</title>
	<atom:link href="http://beginlinux.com/blog/2010/01/using-linux-text-stream-filters-a-real-life-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://beginlinux.com/blog/2010/01/using-linux-text-stream-filters-a-real-life-example/</link>
	<description>All Types of Linux Users Welcome.</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:10:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marc</title>
		<link>http://beginlinux.com/blog/2010/01/using-linux-text-stream-filters-a-real-life-example/comment-page-1/#comment-1539</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=1153#comment-1539</guid>
		<description>Why not run the &quot;sensors -f&quot; through sed directly like:

  sensors -f &#124; sed -n &#039;5p&#039; &#124; cut -c14-16

Thanks.</description>
		<content:encoded><![CDATA[<p>Why not run the &#8220;sensors -f&#8221; through sed directly like:</p>
<p>  sensors -f | sed -n &#8217;5p&#8217; | cut -c14-16</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phred14</title>
		<link>http://beginlinux.com/blog/2010/01/using-linux-text-stream-filters-a-real-life-example/comment-page-1/#comment-1538</link>
		<dc:creator>phred14</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=1153#comment-1538</guid>
		<description>Have you ever popped the heatsink, cleaned and regreased it, and reinstalled?  Has the system always been this way?  It sounds like it&#039;s missing the heatsink grease, or just a bad job of installation.  If you&#039;ve never done this before, make sure to search for some good instructions.  (hint - less is more)</description>
		<content:encoded><![CDATA[<p>Have you ever popped the heatsink, cleaned and regreased it, and reinstalled?  Has the system always been this way?  It sounds like it&#8217;s missing the heatsink grease, or just a bad job of installation.  If you&#8217;ve never done this before, make sure to search for some good instructions.  (hint &#8211; less is more)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://beginlinux.com/blog/2010/01/using-linux-text-stream-filters-a-real-life-example/comment-page-1/#comment-1536</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 12 Jan 2010 13:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=1153#comment-1536</guid>
		<description>Another example of a stream filter is a filter which takes a file formatted with CRLF end-of-lines as for MSDOS and strips out the CR giving a file which only has the LF (as for Unix) end-of-line.</description>
		<content:encoded><![CDATA[<p>Another example of a stream filter is a filter which takes a file formatted with CRLF end-of-lines as for MSDOS and strips out the CR giving a file which only has the LF (as for Unix) end-of-line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 11/1/2010: Amarok 2.2.2 is Out &#124; Boycott Novell</title>
		<link>http://beginlinux.com/blog/2010/01/using-linux-text-stream-filters-a-real-life-example/comment-page-1/#comment-1535</link>
		<dc:creator>Links 11/1/2010: Amarok 2.2.2 is Out &#124; Boycott Novell</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=1153#comment-1535</guid>
		<description>[...] Using Linux Text-Stream Filters – A Real-life Example [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Linux Text-Stream Filters – A Real-life Example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Husband</title>
		<link>http://beginlinux.com/blog/2010/01/using-linux-text-stream-filters-a-real-life-example/comment-page-1/#comment-1534</link>
		<dc:creator>Jim Husband</dc:creator>
		<pubDate>Mon, 11 Jan 2010 17:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=1153#comment-1534</guid>
		<description>Why not pipe the output of sensors to sed rather than going to a temp intermediate file?

temperature=(sensors -f &#124; sed -n &#039;5p&#039; &#124; cut -c14-16)</description>
		<content:encoded><![CDATA[<p>Why not pipe the output of sensors to sed rather than going to a temp intermediate file?</p>
<p>temperature=(sensors -f | sed -n &#8217;5p&#8217; | cut -c14-16)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

