<?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>Twelve Dozen &#187; command line</title>
	<atom:link href="http://www.twelvedozen.co.uk/category/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twelvedozen.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 16 Jun 2010 08:26:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tar</title>
		<link>http://www.twelvedozen.co.uk/2009/07/tar/</link>
		<comments>http://www.twelvedozen.co.uk/2009/07/tar/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 17:38:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://www.twelvedozen.co.uk/?p=12</guid>
		<description><![CDATA[tarball 
command is:
tar cvf other-files.tar.gz jscript sales ecom orders user css
]]></description>
			<content:encoded><![CDATA[<p>tarball </p>
<p>command is:</p>
<p>tar cvf other-files.tar.gz jscript sales ecom orders user css</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twelvedozen.co.uk/2009/07/tar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing svn files</title>
		<link>http://www.twelvedozen.co.uk/2009/07/removing-svn-files/</link>
		<comments>http://www.twelvedozen.co.uk/2009/07/removing-svn-files/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:53:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://www.twelvedozen.co.uk/?p=7</guid>
		<description><![CDATA[The command line again is there to save the day.
rm -rf `find . -type d -name .svn`
This code will search through your current directory and remove all .svn folders.
]]></description>
			<content:encoded><![CDATA[<p>The command line again is there to save the day.</p>
<p>rm -rf `find . -type d -name .svn`</p>
<p>This code will search through your current directory and remove all .svn folders.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twelvedozen.co.uk/2009/07/removing-svn-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning GREP</title>
		<link>http://www.twelvedozen.co.uk/2009/07/learning-grep/</link>
		<comments>http://www.twelvedozen.co.uk/2009/07/learning-grep/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://www.twelvedozen.co.uk/?p=5</guid>
		<description><![CDATA[This is a really get site for getting started with GREP.
http://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/
Recently I&#8217;ve found out how powerful GREP can be. I&#8217;ve used it find text in files, which saved me a ton of time searching through files for a php variable.
]]></description>
			<content:encoded><![CDATA[<p>This is a really get site for getting started with GREP.</p>
<p>http://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/</p>
<p>Recently I&#8217;ve found out how powerful GREP can be. I&#8217;ve used it find text in files, which saved me a ton of time searching through files for a php variable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twelvedozen.co.uk/2009/07/learning-grep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing word press from command line</title>
		<link>http://www.twelvedozen.co.uk/2009/07/installing-word-press-from-command-line/</link>
		<comments>http://www.twelvedozen.co.uk/2009/07/installing-word-press-from-command-line/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:48:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[command line]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.twelvedozen.co.uk/?p=3</guid>
		<description><![CDATA[http://tuts4tech.net/2009/06/19/how-to-install-wordpress/
]]></description>
			<content:encoded><![CDATA[<p>http://tuts4tech.net/2009/06/19/how-to-install-wordpress/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twelvedozen.co.uk/2009/07/installing-word-press-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
