<?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>Orange Cabin &#187; linux</title>
	<atom:link href="http://blog.orangecabin.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.orangecabin.com</link>
	<description>Blog of a freelance programmer</description>
	<lastBuildDate>Thu, 27 May 2010 13:25:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Repeat command every 10 seconds in Linux shell</title>
		<link>http://blog.orangecabin.com/2010/04/repeat-command-every-10-seconds-in-linux-shell/</link>
		<comments>http://blog.orangecabin.com/2010/04/repeat-command-every-10-seconds-in-linux-shell/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 11:24:37 +0000</pubDate>
		<dc:creator>Pan</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.orangecabin.com/2010/04/repeat-command-every-10-seconds-in-linux-shell/</guid>
		<description><![CDATA[If you want to repeat “uptime” every 10 seconds in Linux shell, you can type
while x=1;do uptime;sleep 10;done
it also works for other shell commands, just replace “uptime” with what you need
]]></description>
			<content:encoded><![CDATA[<p>If you want to repeat “uptime” every 10 seconds in Linux shell, you can type</p>
<p><em>while x=1;do uptime;sleep 10;done</em></p>
<p>it also works for other shell commands, just replace “uptime” with what you need</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orangecabin.com/2010/04/repeat-command-every-10-seconds-in-linux-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

