<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Linux 下找出大容量檔案</title>
	<link>http://www.hkcode.com/linux-bsd-notes/74</link>
	<description>關於 PHP, Linux, Open Source 及個人生活記載的網誌。</description>
	<pubDate>Tue, 16 Mar 2010 22:34:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Sam Tang</title>
		<link>http://www.hkcode.com/linux-bsd-notes/74#comment-16</link>
		<pubDate>Fri, 17 Feb 2006 11:33:59 +0000</pubDate>
		<guid>http://www.hkcode.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>
		<pubDate>Fri, 17 Feb 2006 10:00:25 +0000</pubDate>
		<guid>http://www.hkcode.com/linux-bsd-notes/74#comment-15</guid>
					<description>should be:

find / -type f -size +50000k -exec ls -lh {} \; &#124; awk '{ print $8 ": " $5 }'

(tested okay in dapper)

find / -type f -size +50000k -exec ls -lh {} \; &#124; awk '{ print $9 ": " $5 }'

(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>
		<pubDate>Fri, 17 Feb 2006 09:48:07 +0000</pubDate>
		<guid>http://www.hkcode.com/linux-bsd-notes/74#comment-14</guid>
					<description>bash: syntax error near unexpected token `&#124;'</description>
		<content:encoded><![CDATA[<p>bash: syntax error near unexpected token `|&#8217;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
