<?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>phaq &#187; Shells</title>
	<atom:link href="http://phaq.phunsites.net/category/faq/shells/feed/" rel="self" type="application/rss+xml" />
	<link>http://phaq.phunsites.net</link>
	<description>"a geeks daily life"</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:57:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wipe out directory tree through rsync</title>
		<link>http://phaq.phunsites.net/2006/12/13/wipe-out-directory-tree-through-rsync/</link>
		<comments>http://phaq.phunsites.net/2006/12/13/wipe-out-directory-tree-through-rsync/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 18:14:47 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[Bits and Bytes]]></category>
		<category><![CDATA[Shells]]></category>

		<guid isPermaLink="false">http://www.phunsites.net/wp/2006/12/13/wipe-out-directory-tree-through-rsync/</guid>
		<description><![CDATA[To wipe out a directory tree on a rsync server (an export) which you don&#8217;t have shell access to (but proper write access of course), just use this command:
# rsync -av &#8211;delete /tmp/clear.me/ rsync://some.rsync.host/some.export/
/tmp/clear.me is an example for a local but empty directory (empty as in &#8216;mkdir /tmp/clear.me).
Putting the slashes at the end of both [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2006/12/13/wipe-out-directory-tree-through-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find And Replace Strings</title>
		<link>http://phaq.phunsites.net/2006/10/13/find-and-replace-strings/</link>
		<comments>http://phaq.phunsites.net/2006/10/13/find-and-replace-strings/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 12:57:13 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Shells]]></category>

		<guid isPermaLink="false">http://www.phunsites.net/wp/2006/10/13/find-and-replace-strings/</guid>
		<description><![CDATA[Imagine you have a directory with thousands of text files, each of which containing some keywords to be replaced.
While there&#8217;s a lot of tools out there allowing you to find and replace strings in text files, there&#8217;s always a goog reason to use the tools that you already have.
This snippet uses find in combination with [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2006/10/13/find-and-replace-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
