<?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>GraysUnderground.com &#187; Programmming</title>
	<atom:link href="http://www.graysunderground.com/category/programmming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graysunderground.com</link>
	<description>Gray's Tech Blog</description>
	<lastBuildDate>Thu, 20 May 2010 17:31:11 +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>Perl Snippet to tell you how many files in a directory.</title>
		<link>http://www.graysunderground.com/2008/10/04/perl-snippet-to-tell-you-how-many-files-in-a-directory/</link>
		<comments>http://www.graysunderground.com/2008/10/04/perl-snippet-to-tell-you-how-many-files-in-a-directory/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 15:39:09 +0000</pubDate>
		<dc:creator>Gray</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[Programmming]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.graysunderground.com/2008/10/04/perl-snippet-to-tell-you-how-many-files-in-a-directory/</guid>
		<description><![CDATA[Great little perl snippet to let you know the number of files and directories in the current directory. Run from the command line.
ls -l &#124;perl -e 'while(&#60;&#62;){$h{substr($_,0,1)}+=1;} END {foreach(keys %h){print "$_ $h{$_}\n";}}'
]]></description>
			<content:encoded><![CDATA[<p>Great little perl snippet to let you know the number of files and directories in the current directory. Run from the command line.</p>
<p><code>ls -l |perl -e 'while(&lt;&gt;){$h{substr($_,0,1)}+=1;} END {foreach(keys %h){print "$_ $h{$_}\n";}}'</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.graysunderground.com/2008/10/04/perl-snippet-to-tell-you-how-many-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ever Need a programming ref?</title>
		<link>http://www.graysunderground.com/2007/03/13/ever-need-a-programming-ref/</link>
		<comments>http://www.graysunderground.com/2007/03/13/ever-need-a-programming-ref/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 02:00:35 +0000</pubDate>
		<dc:creator>Gray</dc:creator>
				<category><![CDATA[Programmming]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.graysunderground.com/?p=4</guid>
		<description><![CDATA[You ever programming and need some reference material? I know when I do it is sometimes hard to find teh exact info you need, maybe its not in one of your cheat sheets, or its one of those obscure once a decade things you need to find. I know I run across those type of [...]]]></description>
			<content:encoded><![CDATA[<p>You ever programming and need some reference material? I know when I do it is sometimes hard to find teh exact info you need, maybe its not in one of your cheat sheets, or its one of those obscure once a decade things you need to find. I know I run across those type of references all too often. Usally when I get some harebrained idea, that wont really work, but your still driven to make it work. Well here is a nice all in one searchable reference. Its not perfect, but it has helped me out a few times.</p>
<p><a href="http://www.quickref.org/">http://www.quickref.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.graysunderground.com/2007/03/13/ever-need-a-programming-ref/feed/</wfw:commentRss>
		<slash:comments>194</slash:comments>
		</item>
	</channel>
</rss>
