<?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>Marius van Witzenburg &#187; Dead</title>
	<atom:link href="http://kitara.nl/tag/dead/feed/" rel="self" type="application/rss+xml" />
	<link>http://kitara.nl</link>
	<description>We fight for our survival, we fight!</description>
	<lastBuildDate>Sun, 20 May 2012 15:39:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to find &#8220;dead&#8221; symbolic links ?</title>
		<link>http://kitara.nl/2011/06/09/how-to-find-dead-symbolic-links/</link>
		<comments>http://kitara.nl/2011/06/09/how-to-find-dead-symbolic-links/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 18:08:15 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[BSD / Linux / Unix]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Dead]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Symbolic]]></category>

		<guid isPermaLink="false">http://kitara.nl/?p=38</guid>
		<description><![CDATA[How to find "dead" symbolic links ? Simply you could run the following command, this has been tested on FreeBSD 5/6/7/8. So I don't expect any problems on other operating systems. find / -type l ! -exec test -r {} \; -print]]></description>
			<content:encoded><![CDATA[<p>How to find "dead" symbolic links ?</p>
<p>Simply you could run the following command, this has been tested on FreeBSD 5/6/7/8. So I don't expect any problems on other operating systems.</p>
<pre>
find / -type l ! -exec test -r {} \; -print
</pre>
]]></content:encoded>
			<wfw:commentRss>http://kitara.nl/2011/06/09/how-to-find-dead-symbolic-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

