<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Green Jar &#187; Terminal</title>
	<atom:link href="http://www.mygreenjar.com/category/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygreenjar.com</link>
	<description>[[brain alloc] init]</description>
	<lastBuildDate>Thu, 15 Jan 2009 08:48:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recursive Word Count in Terminal</title>
		<link>http://www.mygreenjar.com/2007/01/02/recursive-word-count-in-terminal/</link>
		<comments>http://www.mygreenjar.com/2007/01/02/recursive-word-count-in-terminal/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 17:31:39 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.mygreenjar.com/2007/01/02/recursive-word-count-in-terminal/</guid>
		<description><![CDATA[I&#8217;ve recently wondered about how to recursively count the number of lines within a series of files within a directory hierarchy. The command that I came up with is: 
wc -l `find . -name \*.java -print` 
The output is very readable, since it prints both the filename and the number of lines.
Enjoy!

Technorati Tags:
Terminal, Shell Script


]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently wondered about how to recursively count the number of lines within a series of files within a directory hierarchy. The command that I came up with is: <br />
wc -l `find . -name \*.java -print` <br />
The output is very readable, since it prints both the filename and the number of lines.<br />
Enjoy!</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/Terminal" rel="tag">Terminal</a>, <a href="http://technorati.com/tag/Shell%20Script" rel="tag">Shell Script</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygreenjar.com/2007/01/02/recursive-word-count-in-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
