<?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>Microshell &#187; General Unix</title>
	<atom:link href="http://www.microshell.com/browse/sysadmin/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microshell.com</link>
	<description>Learn something share something</description>
	<lastBuildDate>Sun, 09 May 2010 03:04:30 +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>Adding new lines to beginning of files.</title>
		<link>http://www.microshell.com/sysadmin/unix/adding-new-lines-to-beginning-of-files/</link>
		<comments>http://www.microshell.com/sysadmin/unix/adding-new-lines-to-beginning-of-files/#comments</comments>
		<pubDate>Wed, 06 May 2009 04:58:28 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[General Unix]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=1241</guid>
		<description><![CDATA[I needed to do this when I want to debug my scripts for memory usage. My problem at that time was that as I include libraries, for some reasons PHP uses more memory even though I haven&#8217;t run a single code (other than require_once).
So my idea is to add memory_get_usage() function call on the beginning [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/unix/adding-new-lines-to-beginning-of-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing grep tool to exclude svn.</title>
		<link>http://www.microshell.com/sysadmin/unix/customizing-grep-tool-to-exclude-svn/</link>
		<comments>http://www.microshell.com/sysadmin/unix/customizing-grep-tool-to-exclude-svn/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 06:00:26 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[General Unix]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=729</guid>
		<description><![CDATA[I mostly do programming by SSH-ing to development server. The code I&#8217;m working on are often managed by using SVN. There are many occasions when I need to search all source code to find a particular string. If you&#8217;ve worked on a source code that&#8217;s managed by SVN before, you&#8217;ll pretty soon notice that there [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/unix/customizing-grep-tool-to-exclude-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing data in Unix using PHP CLI.</title>
		<link>http://www.microshell.com/programming/php/analyzing-data-in-unix-using-php-cli/</link>
		<comments>http://www.microshell.com/programming/php/analyzing-data-in-unix-using-php-cli/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 00:38:51 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[General Unix]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=694</guid>
		<description><![CDATA[There are times when I need to quickly gather some quick data in a simple tab based or space based delimited file, most often log files. Also, the files that I work on are often huge, well according to my standard at least &#8230; about 1GB. The data that I need is often simple statistics [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/programming/php/analyzing-data-in-unix-using-php-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
