<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jonathanpglick</title>
<link>http://snipplr.com/users/jonathanpglick/language/bash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 18:43:53 GMT</pubDate>
<item>
<title>(Bash) Remove untracked files from Mercurial repository</title>
<link>http://snipplr.com/view/42950/remove-untracked-files-from-mercurial-repository/</link>
<description><![CDATA[ <p>the -u flag only lists items that are "unknown", -0 prepares the filenames for xargs.

xargs then runs "rm" on each of the listed files.</p> ]]></description>
<pubDate>Tue, 26 Oct 2010 04:45:53 GMT</pubDate>
<guid>http://snipplr.com/view/42950/remove-untracked-files-from-mercurial-repository/</guid>
</item>
<item>
<title>(Bash) Postgres SQL dump</title>
<link>http://snipplr.com/view/35235/postgres-sql-dump/</link>
<description><![CDATA[ <p>**flags:**

* -c : include commands to clean (drop) database objects prior to creating them   
* -C : include commands to create the database itself   
* -U : user to connect as</p> ]]></description>
<pubDate>Wed, 26 May 2010 13:03:19 GMT</pubDate>
<guid>http://snipplr.com/view/35235/postgres-sql-dump/</guid>
</item>
<item>
<title>(Bash) Postgres load / import SQL</title>
<link>http://snipplr.com/view/35234/postgres-load--import-sql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 May 2010 12:39:45 GMT</pubDate>
<guid>http://snipplr.com/view/35234/postgres-load--import-sql/</guid>
</item>
</channel>
</rss>