<?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: Bash 4.0 和 Readline 6.0 发布</title>
	<atom:link href="http://linuxtoy.org/archives/bash-40-and-readline-60.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Tue, 22 May 2012 08:39: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: Dongsheng</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-107910</link>
		<dc:creator>Dongsheng</dc:creator>
		<pubDate>Thu, 26 Mar 2009 07:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-107910</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-107898&quot; rel=&quot;nofollow&quot;&gt;cofairy&lt;/a&gt;: 谢谢，终于明白怎么回事了&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-107898" rel="nofollow">cofairy</a>: 谢谢，终于明白怎么回事了</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cofairy</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-107898</link>
		<dc:creator>cofairy</dc:creator>
		<pubDate>Thu, 26 Mar 2009 05:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-107898</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-104949&quot; rel=&quot;nofollow&quot;&gt;Dongsheng&lt;/a&gt;: 
那是因为用了bash-completion的原因。
bash 4.0 与之配合用，就会crash&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-104949" rel="nofollow">Dongsheng</a>: 
那是因为用了bash-completion的原因。
bash 4.0 与之配合用，就会crash</p>]]></content:encoded>
	</item>
	<item>
		<title>By: b4283</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-106624</link>
		<dc:creator>b4283</dc:creator>
		<pubDate>Thu, 12 Mar 2009 05:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-106624</guid>
		<description>&lt;p&gt;bash 腳本調用檔案程序更容易一些
而且可以作成複雜的 GNU tools 的 pipe 組合
python 也可以但不容易&lt;/p&gt;

&lt;p&gt;相較之下，python 可以使用較複雜的邏輯 (bash 甚至不能作小數運算)
也可以調用 python library&lt;/p&gt;

&lt;p&gt;兩者各有功能，不過在下較喜好 bash... 因為很簡單的指令就可以作到很強大的功能，而且 shell 之下本來就不需要太複雜的判斷，反倒是對檔案的操作比較常使用。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>bash 腳本調用檔案程序更容易一些
而且可以作成複雜的 GNU tools 的 pipe 組合
python 也可以但不容易</p>

<p>相較之下，python 可以使用較複雜的邏輯 (bash 甚至不能作小數運算)
也可以調用 python library</p>

<p>兩者各有功能，不過在下較喜好 bash... 因為很簡單的指令就可以作到很強大的功能，而且 shell 之下本來就不需要太複雜的判斷，反倒是對檔案的操作比較常使用。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: danath</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-105289</link>
		<dc:creator>danath</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-105289</guid>
		<description>&lt;p&gt;@daqing&lt;/p&gt;

&lt;p&gt;好像只用Perl也有同样效果，移植性还好些，还只用学一种语言。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@daqing</p>

<p>好像只用Perl也有同样效果，移植性还好些，还只用学一种语言。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: danath</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-105288</link>
		<dc:creator>danath</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-105288</guid>
		<description>&lt;p&gt;@sylecn&lt;/p&gt;

&lt;p&gt;你是说简单脚本用shell，复杂脚本用Perl/Python？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@sylecn</p>

<p>你是说简单脚本用shell，复杂脚本用Perl/Python？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: danath</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-105287</link>
		<dc:creator>danath</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-105287</guid>
		<description>&lt;p&gt;@fdas&lt;/p&gt;

&lt;p&gt;公司的服务器上缺省tcsh，有bash但缺少tcsh的设置，用着不方便（只能自己动手把设置再写一遍，而且没有IT的支持）。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@fdas</p>

<p>公司的服务器上缺省tcsh，有bash但缺少tcsh的设置，用着不方便（只能自己动手把设置再写一遍，而且没有IT的支持）。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: daqing</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-105266</link>
		<dc:creator>daqing</dc:creator>
		<pubDate>Fri, 27 Feb 2009 07:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-105266</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-105073&quot; rel=&quot;nofollow&quot;&gt;yymailb&lt;/a&gt;: 
shell + sed + awk + grep 非常强大.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-105073" rel="nofollow">yymailb</a>: 
shell + sed + awk + grep 非常强大.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: daqing</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-105264</link>
		<dc:creator>daqing</dc:creator>
		<pubDate>Fri, 27 Feb 2009 07:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-105264</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-105062&quot; rel=&quot;nofollow&quot;&gt;danath&lt;/a&gt;: 
比如我要批量修改某个类型文件中的特定字符串, 用shell写比用Python方便多了.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-105062" rel="nofollow">danath</a>: 
比如我要批量修改某个类型文件中的特定字符串, 用shell写比用Python方便多了.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fdas</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-105259</link>
		<dc:creator>fdas</dc:creator>
		<pubDate>Fri, 27 Feb 2009 07:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-105259</guid>
		<description>&lt;p&gt;呵呵。Bourne shell，哪个上面没有？
Python你换个版本试下？
/etc/init.d下那些脚本，到底用什么更方便？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>呵呵。Bourne shell，哪个上面没有？
Python你换个版本试下？
/etc/init.d下那些脚本，到底用什么更方便？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sylecn</title>
		<link>http://linuxtoy.org/archives/bash-40-and-readline-60.html#comment-105243</link>
		<dc:creator>sylecn</dc:creator>
		<pubDate>Fri, 27 Feb 2009 04:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2872#comment-105243</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-104962&quot; rel=&quot;nofollow&quot;&gt;danath&lt;/a&gt;: shell里面可以很方便使用管道和众多GNU的命令行处理程序。Python就没有那么方便了。
因为Shell编程一般都是把几个程序揉在一起实现一个新的功能。&lt;/p&gt;

&lt;p&gt;如果你要实现一个复杂的逻辑，而不是简单的使用已有的命令组合，那Python是很好的选择。当然C也可以。&lt;/p&gt;

&lt;p&gt;@&lt;a href=&quot;#comment-105235&quot; rel=&quot;nofollow&quot;&gt;fdas&lt;/a&gt;: 现在大部分*nix系统上都有Python。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-104962" rel="nofollow">danath</a>: shell里面可以很方便使用管道和众多GNU的命令行处理程序。Python就没有那么方便了。
因为Shell编程一般都是把几个程序揉在一起实现一个新的功能。</p>

<p>如果你要实现一个复杂的逻辑，而不是简单的使用已有的命令组合，那Python是很好的选择。当然C也可以。</p>

<p>@<a href="#comment-105235" rel="nofollow">fdas</a>: 现在大部分*nix系统上都有Python。</p>]]></content:encoded>
	</item>
</channel>
</rss>

