<?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"
	>
<channel>
	<title>Comments on: 康神代码赏析</title>
	<atom:link href="http://blog.wuxinan.net/archives/336/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.wuxinan.net/archives/336</link>
	<description></description>
	<pubDate>Wed, 19 Nov 2008 15:48:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: ddd</title>
		<link>http://blog.wuxinan.net/archives/336#comment-3925</link>
		<dc:creator>ddd</dc:creator>
		<pubDate>Fri, 12 Sep 2008 08:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-3925</guid>
		<description>反对，坚持习惯非土鳖也！呵呵！</description>
		<content:encoded><![CDATA[<p>反对，坚持习惯非土鳖也！呵呵！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonehead</title>
		<link>http://blog.wuxinan.net/archives/336#comment-1131</link>
		<dc:creator>bonehead</dc:creator>
		<pubDate>Sun, 30 Mar 2008 15:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-1131</guid>
		<description>拜！！！</description>
		<content:encoded><![CDATA[<p>拜！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hammer</title>
		<link>http://blog.wuxinan.net/archives/336#comment-1089</link>
		<dc:creator>hammer</dc:creator>
		<pubDate>Sun, 30 Mar 2008 01:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-1089</guid>
		<description>md5所有文件也太慢了吧，不如这样：
#!/bin/bash
OLDVER=`svn info &#124; grep Revision &#124; gawk '{print $2}'`
NEWVER=`svn update &#124; gawk '{print substr($3,0,length($3)-1)}'`
if [ "$OLDVER" != "$NEWVER" ]; then
  # reload updated configuration
fi</description>
		<content:encoded><![CDATA[<p>md5所有文件也太慢了吧，不如这样：<br />
#!/bin/bash<br />
OLDVER=`svn info | grep Revision | gawk &#8216;{print $2}&#8217;`<br />
NEWVER=`svn update | gawk &#8216;{print substr($3,0,length($3)-1)}&#8217;`<br />
if [ "$OLDVER" != "$NEWVER" ]; then<br />
  # reload updated configuration<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zBS</title>
		<link>http://blog.wuxinan.net/archives/336#comment-1050</link>
		<dc:creator>zBS</dc:creator>
		<pubDate>Sat, 29 Mar 2008 11:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-1050</guid>
		<description>bash不是能直接用 &#38;&#62;- 关闭吗？ 何必那么写呢？</description>
		<content:encoded><![CDATA[<p>bash不是能直接用 &amp;&gt;- 关闭吗？ 何必那么写呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orz</title>
		<link>http://blog.wuxinan.net/archives/336#comment-986</link>
		<dc:creator>Orz</dc:creator>
		<pubDate>Tue, 25 Mar 2008 12:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-986</guid>
		<description>拜A core！康神伟大！</description>
		<content:encoded><![CDATA[<p>拜A core！康神伟大！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kisstar</title>
		<link>http://blog.wuxinan.net/archives/336#comment-983</link>
		<dc:creator>kisstar</dc:creator>
		<pubDate>Tue, 25 Mar 2008 08:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-983</guid>
		<description>orz看不懂这个</description>
		<content:encoded><![CDATA[<p>orz看不懂这个</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.wuxinan.net/archives/336#comment-980</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 25 Mar 2008 05:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-980</guid>
		<description>写 &#62;/dev/null 2&#38;&#62;1 的不一定就是土鳖，也可能是为了脚本的可移植性。除了 bash 外，好像没有认得 &#38;&#62; 的 shell</description>
		<content:encoded><![CDATA[<p>写 &gt;/dev/null 2&amp;&gt;1 的不一定就是土鳖，也可能是为了脚本的可移植性。除了 bash 外，好像没有认得 &amp;&gt; 的 shell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hayate</title>
		<link>http://blog.wuxinan.net/archives/336#comment-979</link>
		<dc:creator>hayate</dc:creator>
		<pubDate>Tue, 25 Mar 2008 05:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-979</guid>
		<description>我是土鳖</description>
		<content:encoded><![CDATA[<p>我是土鳖</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hutuworm</title>
		<link>http://blog.wuxinan.net/archives/336#comment-976</link>
		<dc:creator>hutuworm</dc:creator>
		<pubDate>Tue, 25 Mar 2008 03:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-976</guid>
		<description>精品啊...</description>
		<content:encoded><![CDATA[<p>精品啊&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fishy</title>
		<link>http://blog.wuxinan.net/archives/336#comment-975</link>
		<dc:creator>fishy</dc:creator>
		<pubDate>Tue, 25 Mar 2008 03:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/archives/336#comment-975</guid>
		<description>拜康神</description>
		<content:encoded><![CDATA[<p>拜康神</p>
]]></content:encoded>
	</item>
</channel>
</rss>
