<?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>chronx &#187; bash</title>
	<atom:link href="http://chronx.info/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://chronx.info</link>
	<description>Find something you love to do and you&#039;ll never have to work another day for the rest of your life</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:36:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>stupid nano</title>
		<link>http://chronx.info/2010/02/25/stupid-nano/</link>
		<comments>http://chronx.info/2010/02/25/stupid-nano/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:04:20 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=383</guid>
		<description><![CDATA[This will allow you to change the default editor of you system. Works for most if not all debian derivatives. SVN commits were really annoying until I switched over to VI. $ sudo update-alternatives --config editor]]></description>
		<wfw:commentRss>http://chronx.info/2010/02/25/stupid-nano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>locating broken symbolic links</title>
		<link>http://chronx.info/2010/02/25/locating-broken-symbolic-links/</link>
		<comments>http://chronx.info/2010/02/25/locating-broken-symbolic-links/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:15:23 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[symlinks]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=377</guid>
		<description><![CDATA[Want to find broken/dead/dangling symbolic links on your system. There are a lot ways to do this but one of the simplest is to use a package called "symlinks". $ sudo apt-get install symlinks $ symlinks -r $&#40;pwd&#41; once installed you will get output like the following: messy: FAKE_PATH/Konfabulator -&#62; Konfabulator-Partner-9.10-week3-5.2.6-1-inflated/ dangling: FAKE_PATH/Konfabulator-5.3-1-191083-1250636017/Konfabulator -&#62; /mtd_down/nfs/devices/partner/Konfabulator [...]]]></description>
		<wfw:commentRss>http://chronx.info/2010/02/25/locating-broken-symbolic-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>file enumeration by readable timestamp</title>
		<link>http://chronx.info/2010/02/25/file-enumeration-by-readable-timestamp/</link>
		<comments>http://chronx.info/2010/02/25/file-enumeration-by-readable-timestamp/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:55:52 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[enumeration]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=375</guid>
		<description><![CDATA[This little bash command let's us order files sequentially based on their actual time while being human readable using. This uses the full year and 24 hour time format. FORMAT: FILE.date +%Y-%m-%d_%H-%M-%S OUTPUT: FILE.2010-02-25_11-50-32]]></description>
		<wfw:commentRss>http://chronx.info/2010/02/25/file-enumeration-by-readable-timestamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

