<?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>CodeMocha &#187; terminal</title>
	<atom:link href="http://codemocha.com/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemocha.com</link>
	<description>Freshly ground code.  Thoughts on software and algorithms by Chet Mancini</description>
	<lastBuildDate>Fri, 18 Sep 2009 15:22:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Count Lines of Java Code Across Packages</title>
		<link>http://codemocha.com/2009/09/count-lines-of-java-code-across-packages/</link>
		<comments>http://codemocha.com/2009/09/count-lines-of-java-code-across-packages/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:22:50 +0000</pubDate>
		<dc:creator>Chet</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://codemocha.com/?p=33</guid>
		<description><![CDATA[This little command will add up the lines of code across packages in a Java program.
1find . -name &#34;*.java&#34; -exec wc -l {} \+
]]></description>
			<content:encoded><![CDATA[<p>This little command will add up the lines of code across packages in a Java program.</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;width:600px"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">find . -name &quot;*.java&quot; -exec wc -l {} \+</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://codemocha.com/2009/09/count-lines-of-java-code-across-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
