<?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>Helm&#039;s Technology Blog &#187; grep</title>
	<atom:link href="http://www.ihelm.org.uk/tag/grep/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ihelm.org.uk</link>
	<description>Linux Servers, Cpanel and Mysql along with my own tech thoughts</description>
	<lastBuildDate>Sun, 29 Aug 2010 10:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Grep to find a string inside a file (Linux)</title>
		<link>http://www.ihelm.org.uk/2009/07/using-grep-to-find-a-string-inside-a-file-linux/</link>
		<comments>http://www.ihelm.org.uk/2009/07/using-grep-to-find-a-string-inside-a-file-linux/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 20:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.ihelm.org.uk/?p=76</guid>
		<description><![CDATA[Grep is a tool that is used often by system administrators &#8211; including myself, however I often have to double check the syntax online &#8211; as a result this post is to help me find out how and you of course. first I recommend to change to the directory that you think or know the [...]]]></description>
			<content:encoded><![CDATA[<p>Grep is a tool that is used often by system administrators &#8211; including myself, however I often have to double check the syntax online &#8211; as a result this post is to help me find out how and you of course.</p>
<p>first I recommend to change to the directory that you think or know the file containing the text is in:</p>
<ul>
<li>To find the string michael in any file type &#8220;grep michael *         #this will return a the files if any are found within the directory</li>
<li>To find the string michael in any file and search recusively in directories under where you are type  &#8221;grep -R michael *&#8221;</li>
</ul>
<p>Grep is one of the best tools available to an administrator especially for checking log files out and finding regular patterns.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ihelm.org.uk/2009/07/using-grep-to-find-a-string-inside-a-file-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->