<?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>HiS SlyneSS &#187; find</title>
	<atom:link href="http://hisslyness.com/tag/find/feed/" rel="self" type="application/rss+xml" />
	<link>http://hisslyness.com</link>
	<description>Adventures In The I.T. Jungle</description>
	<lastBuildDate>Tue, 23 May 2017 15:01:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>to find a string within a file &#8211; linux shell command</title>
		<link>http://hisslyness.com/2011/06/to-find-a-string-within-a-file-linux-shell-command/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=to-find-a-string-within-a-file-linux-shell-command</link>
		<comments>http://hisslyness.com/2011/06/to-find-a-string-within-a-file-linux-shell-command/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 21:08:59 +0000</pubDate>
		<dc:creator>slyness</dc:creator>
				<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://hisslyness.com/?p=16</guid>
		<description><![CDATA[<p>grep -r [string] [file]</p> <p>wildcards are permitted &#8220;*&#8221;</p> <p>ex. grep -r &#8220;find string&#8221; *</p>]]></description>
				<content:encoded><![CDATA[<p>grep -r [string] [file]</p>
<p>wildcards are permitted &#8220;*&#8221;</p>
<p>ex. grep -r &#8220;find string&#8221; *</p>
]]></content:encoded>
			<wfw:commentRss>http://hisslyness.com/2011/06/to-find-a-string-within-a-file-linux-shell-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
