<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: The missing link: symbolic and hard links in Mac OS X (Leopard) and a script to enable them</title>
	<atom:link href="https://rathercurious.no3.co.uk/archives/130/feed" rel="self" type="application/rss+xml" />
	<link>https://rathercurious.no3.co.uk/archives/130</link>
	<description>A home for my coding projects</description>
	<lastBuildDate>Fri, 26 Feb 2010 22:24:46 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.16</generator>
	<item>
		<title>By: Justin</title>
		<link>https://rathercurious.no3.co.uk/archives/130/comment-page-1#comment-1642</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Tue, 17 Feb 2009 10:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=130#comment-1642</guid>
		<description><![CDATA[@Curious Inquirer: 
sure. change the script to this instead:
&lt;pre lang=&quot;php&quot;&gt;
for f in &quot;$@&quot;
do
	ln -s &quot;$@&quot; &quot;$@.link&quot;
done
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>@Curious Inquirer:<br />
sure. change the script to this instead:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">for</span> f in <span style="color: #0000ff;">&quot;$@&quot;</span>
<span style="color: #b1b100;">do</span>
	ln <span style="color: #339933;">-</span>s <span style="color: #0000ff;">&quot;$@&quot;</span> <span style="color: #0000ff;">&quot;$@.link&quot;</span>
done</pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Curious Inquirer</title>
		<link>https://rathercurious.no3.co.uk/archives/130/comment-page-1#comment-1636</link>
		<dc:creator><![CDATA[Curious Inquirer]]></dc:creator>
		<pubDate>Tue, 17 Feb 2009 03:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=130#comment-1636</guid>
		<description><![CDATA[Is there a way to make thiswork for more than one file at a time?]]></description>
		<content:encoded><![CDATA[<p>Is there a way to make thiswork for more than one file at a time?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
