<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/hoffstein/language/bash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 15:59:19 GMT</pubDate>
<item>
<title>(Bash) Create patch file - hoffstein</title>
<link>http://snipplr.com/view/10331/create-patch-file/</link>
<description><![CDATA[ <p>Patches are created using the diff program. When making patches, please use the -u option, or if your diff doesn't support it, -c. Ordinary (context-free) diffs are notoriously prone to errors, since line numbers tend to change when others make changes to the same source file.</p> ]]></description>
<pubDate>Mon, 08 Dec 2008 11:31:06 GMT</pubDate>
<guid>http://snipplr.com/view/10331/create-patch-file/</guid>
</item>
<item>
<title>(Bash) Grep to find files in a path containing a pattern - hoffstein</title>
<link>http://snipplr.com/view/9484/grep-to-find-files-in-a-path-containing-a-pattern/</link>
<description><![CDATA[ <p>This will return all files in the current directory (and all subdirectories) containing "MyPattern" (replace with any regex), ignoring case-sensitivity.</p> ]]></description>
<pubDate>Tue, 04 Nov 2008 10:31:55 GMT</pubDate>
<guid>http://snipplr.com/view/9484/grep-to-find-files-in-a-path-containing-a-pattern/</guid>
</item>
</channel>
</rss>