<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<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/"
	>

<channel>
	<title>kaiser is back</title>
	<link>http://www.qaiser.net/wordpress</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 24 Dec 2008 23:04:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>scripting gnome</title>
		<link>http://www.qaiser.net/wordpress/2007/01/24/scripting-gnome/</link>
		<comments>http://www.qaiser.net/wordpress/2007/01/24/scripting-gnome/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 15:49:33 +0000</pubDate>
		<dc:creator>knitcore</dc:creator>
		
		<category>PHP</category>

		<category>Mac</category>

		<guid isPermaLink="false">http://www.qaiser.net/wordpress/2007/01/24/scripting-gnome/</guid>
		<description><![CDATA[I've been annoyed with OS X not supporting merging directories together (like if I copy the directory 'kaiser' to another directory that already has a directory 'kaiser', I don't want the new directory to replace the old directory&#8212;I want the contents of the new directory to add to the contents of the old directory). Not [...]]]></description>
			<content:encoded><![CDATA[<p>I've been annoyed with OS X not supporting merging directories together (like if I copy the directory 'kaiser' to another directory that already has a directory 'kaiser', I don't want the new directory to replace the old directory&mdash;I want the contents of the new directory to add to the contents of the old directory). Not only that, I don't think there's a pretty or straight-forward way of copying all files newer than a specific date.</p>
<p>Windows Explorer did the merging thing naturally, and <b>xcopy</b> copied files newer than a specific time. And I think the issue is that Unix commands don't operate like that.</p>
<p>Well, thanks to my own ingenuity, I've created a PHP script that does both those things. And with a little more work, it could do a lot more that I've been hoping for in the past.</p>
<p>So exciting. !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qaiser.net/wordpress/2007/01/24/scripting-gnome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
