<?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: Linux 下找出大容量檔案</title>
	<atom:link href="http://www.hkcode.com/linux-bsd-notes/74/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hkcode.com/linux-bsd-notes/74</link>
	<description>關於 PHP, Linux, Open Source 及個人生活記載的網誌。</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:37:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sam Tang</title>
		<link>http://www.hkcode.com/linux-bsd-notes/74#comment-16</link>
		<dc:creator>Sam Tang</dc:creator>
		<pubDate>Fri, 17 Feb 2006 11:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.real-blog.com/linux-bsd-notes/74#comment-16</guid>
		<description>多謝指正!</description>
		<content:encoded><![CDATA[<p>多謝指正!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FUD</title>
		<link>http://www.hkcode.com/linux-bsd-notes/74#comment-15</link>
		<dc:creator>FUD</dc:creator>
		<pubDate>Fri, 17 Feb 2006 10:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.real-blog.com/linux-bsd-notes/74#comment-15</guid>
		<description>should be:

find / -type f -size +50000k -exec ls -lh {} \; &#124; awk &#039;{ print $8 &quot;: &quot; $5 }&#039;

(tested okay in dapper)

find / -type f -size +50000k -exec ls -lh {} \; &#124; awk &#039;{ print $9 &quot;: &quot; $5 }&#039;

(tested okay in sarge)</description>
		<content:encoded><![CDATA[<p>should be:</p>
<p>find / -type f -size +50000k -exec ls -lh {} \; | awk &#8216;{ print $8 &#8220;: &#8221; $5 }&#8217;</p>
<p>(tested okay in dapper)</p>
<p>find / -type f -size +50000k -exec ls -lh {} \; | awk &#8216;{ print $9 &#8220;: &#8221; $5 }&#8217;</p>
<p>(tested okay in sarge)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FUD</title>
		<link>http://www.hkcode.com/linux-bsd-notes/74#comment-14</link>
		<dc:creator>FUD</dc:creator>
		<pubDate>Fri, 17 Feb 2006 09:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.real-blog.com/linux-bsd-notes/74#comment-14</guid>
		<description>bash: syntax error near unexpected token `&#124;&#039;</description>
		<content:encoded><![CDATA[<p>bash: syntax error near unexpected token `|&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

