<?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>anebg &#187; terminal</title>
	<atom:link href="http://anebg.net/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://anebg.net</link>
	<description>2 geek life, brainstorm, computing!</description>
	<lastBuildDate>Fri, 30 Apr 2010 12:48:14 +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>How to Search Inside files from Ubuntu (Unix) Terminal</title>
		<link>http://anebg.net/2009/07/07/how-to-search-inside-files-from-ubuntu-unix-terminal/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-search-inside-files-from-ubuntu-unix-terminal</link>
		<comments>http://anebg.net/2009/07/07/how-to-search-inside-files-from-ubuntu-unix-terminal/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 05:28:16 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=29</guid>
		<description><![CDATA['grep' is what your looking for.
Here's the command:
grep -Rs search query /some/directory/*
Also, if the terminal bugs you, you can enclose the search query using double quotes ( and possibly also single quotes)
Good luck!
]]></description>
			<content:encoded><![CDATA[<p>'grep' is what your looking for.</p>
<p>Here's the command:</p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">grep -Rs search query /some/directory/*</pre>
<p>Also, if the terminal bugs you, you can enclose the search query using double quotes ( and possibly also single quotes)</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2009/07/07/how-to-search-inside-files-from-ubuntu-unix-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
