<?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>hao32的个人日志 &#187; bash</title>
	<atom:link href="http://www.hao32.com/tags/bash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hao32.com</link>
	<description>私人日志记录</description>
	<lastBuildDate>Fri, 23 Jul 2010 03:46:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>学习下bash的case</title>
		<link>http://www.hao32.com/unix-linux/319.html</link>
		<comments>http://www.hao32.com/unix-linux/319.html#comments</comments>
		<pubDate>Thu, 26 Feb 2009 10:18:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[case]]></category>

		<guid isPermaLink="false">http://www.hao32.com/?p=319</guid>
		<description><![CDATA[从网上找到的一段代码，对于学习bash的同学理解case想必很有帮助
#!/bin/bash
####################################################
# Program:
<span class="readmore"><a href="http://www.hao32.com/unix-linux/319.html" title="学习下bash的case" target="_blank">阅读全文——共704字</a></span>]]></description>
		<wfw:commentRss>http://www.hao32.com/unix-linux/319.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash While 循环实例</title>
		<link>http://www.hao32.com/unix-linux/92.html</link>
		<comments>http://www.hao32.com/unix-linux/92.html#comments</comments>
		<pubDate>Sun, 13 Jul 2008 13:29:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[while]]></category>
		<category><![CDATA[循环]]></category>

		<guid isPermaLink="false">http://www.hao32.com/?p=92</guid>
		<description><![CDATA[Bash While Loop Example &#8211; Bash While 循环实例
Q. How do I use bash while loop to repeat certain task under Linux / UNIX operating system?
A. Bash while loop is a control flow statement that allows code or commands to be executed repeatedly based on a given condition. For example, run echo command 5 times or read text file line by line or evaluate the options passed on the command line for a script.
<span class="readmore"><a href="http://www.hao32.com/unix-linux/92.html" title="Bash While 循环实例" target="_blank">阅读全文——共1416字</a></span>]]></description>
		<wfw:commentRss>http://www.hao32.com/unix-linux/92.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>freebsd下bash的安装配置</title>
		<link>http://www.hao32.com/unix-linux/34.html</link>
		<comments>http://www.hao32.com/unix-linux/34.html#comments</comments>
		<pubDate>Wed, 28 May 2008 01:54:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.hao32.com/?p=34</guid>
		<description><![CDATA[如果你习惯了linux下的bash, 可能sh会叫你有点不舒服, 只是可能, 其实习惯了就好, 关于freebsd下bash的安装和配置, 写了一个简单的步骤:
Freebsd默认安装之后用户的shell是sh，如果都已经习惯了使用bash。通过下面的步骤可以配置用户来使用bash作为shell。
1. 安装bash。 cd /usr/ports/shells/bash; make install clean
这样安装完之后，bash会被安装在/usr/local/bin/目录下面。
<span class="readmore"><a href="http://www.hao32.com/unix-linux/34.html" title="freebsd下bash的安装配置" target="_blank">阅读全文——共601字</a></span>]]></description>
		<wfw:commentRss>http://www.hao32.com/unix-linux/34.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
