<?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>humandoing software &#187; rake</title>
	<atom:link href="http://blog.humandoing.net/tag/rake/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.humandoing.net</link>
	<description>better software for everyone</description>
	<lastBuildDate>Fri, 06 Jan 2012 16:17:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Grep Multiple Words</title>
		<link>http://blog.humandoing.net/2009/09/11/grep-multiple-words/</link>
		<comments>http://blog.humandoing.net/2009/09/11/grep-multiple-words/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 00:14:14 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.humandoing.net/?p=239</guid>
		<description><![CDATA[There might be an easier way to do this without escaping the regex to grep, but for my small brain to remember later on &#8211; I wanted to grep the output of rake routes and search for two strings (logical OR): rake routes &#124; grep “\&#40;give\&#124;gift\&#41;”]]></description>
			<content:encoded><![CDATA[<p>There might be an easier way to do this without escaping the regex to grep, but for my small brain to remember later on &#8211; I wanted to grep the output of rake routes and search for two strings (logical OR):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rake routes <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> “\<span style="color: #7a0874; font-weight: bold;">&#40;</span>give\<span style="color: #000000; font-weight: bold;">|</span>gift\<span style="color: #7a0874; font-weight: bold;">&#41;</span>”</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2009/09/11/grep-multiple-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

