<?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>Jordon Mears &#187; Unix</title>
	<atom:link href="http://www.finefrog.com/category/operating-systems/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finefrog.com</link>
	<description>while(true) { write(learn(live())); }</description>
	<lastBuildDate>Thu, 22 Jul 2010 14:31:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Demoing Distributions</title>
		<link>http://www.finefrog.com/2008/10/17/demoing-distributions/</link>
		<comments>http://www.finefrog.com/2008/10/17/demoing-distributions/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 02:07:33 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=227</guid>
		<description><![CDATA[I finally got my big desktop computer organized and rebuilt to the latest version of Ubuntu. The computer has two 500GB SATA drives on it, so I also put Sun's Virtualbox on it and am now downloading Open Source operating systems like crazy. I have already got two Linux distributions and one Unix installed and [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/10/17/demoing-distributions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Grep Searching</title>
		<link>http://www.finefrog.com/2008/07/21/basic-grep-searching/</link>
		<comments>http://www.finefrog.com/2008/07/21/basic-grep-searching/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 23:52:31 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=150</guid>
		<description><![CDATA[Grep is a tool for searching through the contents of files on the command line. It can be very useful for activities like finding records in log files or searching a directory of files for specific content. Anyway, it is a very powerful tool that has many options which can make it quite complex to [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/07/21/basic-grep-searching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting the Lines in a Set of Files</title>
		<link>http://www.finefrog.com/2008/05/15/counting-the-lines-in-a-set-of-files/</link>
		<comments>http://www.finefrog.com/2008/05/15/counting-the-lines-in-a-set-of-files/#comments</comments>
		<pubDate>Thu, 15 May 2008 20:30:34 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=130</guid>
		<description><![CDATA[I find myself needing this command every once in a while and I can never remember exactly how it goes. It parses through a directory (and subs) to give you a report on how many lines are in each file. It is great for working with csv files.

wc -l `find ./ -name '*.csv'`

I got this [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/05/15/counting-the-lines-in-a-set-of-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Line Reference</title>
		<link>http://www.finefrog.com/2008/03/24/command-line-reference/</link>
		<comments>http://www.finefrog.com/2008/03/24/command-line-reference/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 02:18:34 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Clickable]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/2008/03/24/command-line-reference/</guid>
		<description><![CDATA[Came across this on digg today. It is another reference sheet for common Linux/Unix commands and programs. It has a lot of good common uses of good programs like scp, rsync, svn, psql and mysql.
http://cb.vu/unixtoolbox.xhtml
]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/03/24/command-line-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux/Unix Cheet Sheet Collection</title>
		<link>http://www.finefrog.com/2008/02/13/linuxunix-cheet-sheet-collection/</link>
		<comments>http://www.finefrog.com/2008/02/13/linuxunix-cheet-sheet-collection/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 16:29:26 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/2008/02/13/linuxunix-cheet-sheet-collection/</guid>
		<description><![CDATA[This is a great article that compiles over fifty references for both Linux and Unix. It pretty much all command line references, which can be really handy.
Thanks to Scott Klarr for compiling this list of references.
Linux-Unix cheat sheets - The ultimate collection
]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/02/13/linuxunix-cheet-sheet-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
