<?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>My Crusade &#187; ksh</title>
	<atom:link href="http://www.jarodwang.cn/tag/ksh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jarodwang.cn</link>
	<description>For the future we believe in.</description>
	<lastBuildDate>Thu, 26 Nov 2009 12:29:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>An accumulation of ksh</title>
		<link>http://www.jarodwang.cn/2008/07/03/an-accumulation-of-ksh/</link>
		<comments>http://www.jarodwang.cn/2008/07/03/an-accumulation-of-ksh/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 15:34:17 +0000</pubDate>
		<dc:creator>jarodwang</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ksh]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.jarodwang.cn/?p=72</guid>
		<description><![CDATA[ksh的内置命令history可以显示出命令历史列表。
当给一个局部变量赋值时，等号两边不能出现空格。（今天刚犯了这个错误-_-b）
设置一个变量为空时，等号右边什么都不带即可。
双美元符号$$是一个特殊变量，它保存了当前shell的PID。
env命令列出所有环境变量（输出变量）。
To be continued
]]></description>
			<content:encoded><![CDATA[<p>ksh的内置命令history可以显示出命令历史列表。</p>
<p>当给一个局部变量赋值时，等号两边不能出现空格。（今天刚犯了这个错误-_-b）</p>
<p>设置一个变量为空时，等号右边什么都不带即可。</p>
<p>双美元符号$$是一个特殊变量，它保存了当前shell的PID。</p>
<p>env命令列出所有环境变量（输出变量）。</p>
<p>To be continued</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarodwang.cn/2008/07/03/an-accumulation-of-ksh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
