<?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>Christian Kullander &#187; Linux</title>
	<atom:link href="http://kullander.nu/blog/category/tech/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://kullander.nu/blog</link>
	<description>News and thoughts</description>
	<lastBuildDate>Tue, 23 Dec 2014 22:45:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.13</generator>
	<item>
		<title>Wayfinder open sourced!</title>
		<link>http://kullander.nu/blog/2010/07/15/wayfinder-open-sourced/</link>
		<comments>http://kullander.nu/blog/2010/07/15/wayfinder-open-sourced/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 11:47:32 +0000</pubDate>
		<dc:creator><![CDATA[blog]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wayfinder OSS]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[kickstart]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[wayfinder]]></category>
		<category><![CDATA[wfconf]]></category>

		<guid isPermaLink="false">http://kullander.nu/blog/?p=32</guid>
		<description><![CDATA[I got involved in a final project at Wayfinder Systems after we got permission to release a majority of our source code as open source. We&#8217;ve spent the last months cleaning up code and writing documentation and now it has &#8230; <a href="http://kullander.nu/blog/2010/07/15/wayfinder-open-sourced/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://kullander.nu/blog/2010/07/15/wayfinder-open-sourced/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Convenient interactive renaming in zsh</title>
		<link>http://kullander.nu/blog/2010/04/15/convenient-interactive-renaming-in-zsh/</link>
		<comments>http://kullander.nu/blog/2010/04/15/convenient-interactive-renaming-in-zsh/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 16:32:37 +0000</pubDate>
		<dc:creator><![CDATA[blog]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[iren]]></category>
		<category><![CDATA[renaming]]></category>
		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://kullander.nu/blog/?p=23</guid>
		<description><![CDATA[While risking turning this into the renaming files blog I just used another one of my favorite functions that I&#8217;ve named iren and realized it could be worth sharing as well. This one is really simple to put together when &#8230; <a href="http://kullander.nu/blog/2010/04/15/convenient-interactive-renaming-in-zsh/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://kullander.nu/blog/2010/04/15/convenient-interactive-renaming-in-zsh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename files using your favorite text editor</title>
		<link>http://kullander.nu/blog/2010/04/11/rename-files-using-your-favorite-text-editor/</link>
		<comments>http://kullander.nu/blog/2010/04/11/rename-files-using-your-favorite-text-editor/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 21:48:45 +0000</pubDate>
		<dc:creator><![CDATA[blog]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sh]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[viren]]></category>

		<guid isPermaLink="false">http://kullander.nu/blog/?p=20</guid>
		<description><![CDATA[When renaming lots of files you usually resort to your typical for f in &#8230; command line with a sed command or similar included, or perhaps you use rename(1) but sometimes it&#8217;s just easier if you can use your normal &#8230; <a href="http://kullander.nu/blog/2010/04/11/rename-files-using-your-favorite-text-editor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://kullander.nu/blog/2010/04/11/rename-files-using-your-favorite-text-editor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Move files to directories based on modification time</title>
		<link>http://kullander.nu/blog/2010/04/11/move-files-to-directories-based-on-modification-time/</link>
		<comments>http://kullander.nu/blog/2010/04/11/move-files-to-directories-based-on-modification-time/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 21:23:42 +0000</pubDate>
		<dc:creator><![CDATA[blog]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[organizing]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sh]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://kullander.nu/blog/?p=17</guid>
		<description><![CDATA[Here&#8217;s a really simple shell script to move files to directories named based on the modification time of each file. It uses only the date and the script also accepts an optional first argument to set a suffix for each &#8230; <a href="http://kullander.nu/blog/2010/04/11/move-files-to-directories-based-on-modification-time/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://kullander.nu/blog/2010/04/11/move-files-to-directories-based-on-modification-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
