<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tail -f /dev/null &#187; stdout</title>
	<atom:link href="http://tfdn.radiofreeomaha.net/tag/stdout/feed/" rel="self" type="application/rss+xml" />
	<link>http://tfdn.radiofreeomaha.net</link>
	<description>Tips, notes, HOWTOs</description>
	<lastBuildDate>Fri, 20 Aug 2010 04:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Watching And Saving Command Output With &#8216;tee&#8217;</title>
		<link>http://tfdn.radiofreeomaha.net/2008/12/watching-and-saving-command-output/</link>
		<comments>http://tfdn.radiofreeomaha.net/2008/12/watching-and-saving-command-output/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 16:54:02 +0000</pubDate>
		<dc:creator>Uncle Jubba</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[stdout]]></category>
		<category><![CDATA[tee]]></category>

		<guid isPermaLink="false">http://tfdn.radiofreeomaha.net/?p=40</guid>
		<description><![CDATA[You can watch command output on stdout as well as saving that output to a file for later analysis with the tee command. me@home:~$ date &#124;tee teefile.txt Wed Dec 17 10:50:21 CST 2008 me@home:~$ cat teefile.txt Wed Dec 17 10:50:21 CST 2008 me@home:~$ No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>You can watch command output on stdout as well as saving that output to a file for later analysis with the tee command.</p>
<pre>
<pre class="brush: bash">me@home:~$ date |tee teefile.txt
Wed Dec 17 10:50:21 CST 2008
me@home:~$ cat teefile.txt
Wed Dec 17 10:50:21 CST 2008
me@home:~$</pre>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://tfdn.radiofreeomaha.net/2008/12/watching-and-saving-command-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

