<?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: :: How to count file(s) in directory?? ::</title>
	<atom:link href="http://blog.cybermogi.com/2007/09/how-to-count-files-in-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cybermogi.com/2007/09/how-to-count-files-in-directory/</link>
	<description>Long time no &#039;see&#039;</description>
	<lastBuildDate>Sat, 21 Jan 2012 15:36:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: dheche</title>
		<link>http://blog.cybermogi.com/2007/09/how-to-count-files-in-directory/#comment-32</link>
		<dc:creator>dheche</dc:creator>
		<pubDate>Mon, 17 Sep 2007 19:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cybermogi.net/archives/73#comment-32</guid>
		<description>pake find lebih enak:
- gak rekursif
find . -maxdepth 1 -type f &#124; wc -l
- kalo mo rekursif tinggal diilangin opsi maxdeptnya
- ngitung direktori instead of file, tinggal diganti -type nya jadi d
:D</description>
		<content:encoded><![CDATA[<p>pake find lebih enak:<br />
- gak rekursif<br />
find . -maxdepth 1 -type f | wc -l<br />
- kalo mo rekursif tinggal diilangin opsi maxdeptnya<br />
- ngitung direktori instead of file, tinggal diganti -type nya jadi d <img src='http://blog.cybermogi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x.1024mb</title>
		<link>http://blog.cybermogi.com/2007/09/how-to-count-files-in-directory/#comment-31</link>
		<dc:creator>x.1024mb</dc:creator>
		<pubDate>Mon, 10 Sep 2007 03:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cybermogi.net/archives/73#comment-31</guid>
		<description>hmmmm... thanks for sharing</description>
		<content:encoded><![CDATA[<p>hmmmm&#8230; thanks for sharing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

