<?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>Toastboy's Tech Tips &#187; KSH</title>
	<atom:link href="http://www.toastboy.com/category/main/programming/ksh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toastboy.com</link>
	<description>Tutorials for Users and Administrators</description>
	<lastBuildDate>Thu, 03 Jun 2010 00:02:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Unix Find to Locate WordPress Functions</title>
		<link>http://www.toastboy.com/main/unixlinux/using-unix-find-to-locate-wordpress-functions/</link>
		<comments>http://www.toastboy.com/main/unixlinux/using-unix-find-to-locate-wordpress-functions/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 23:59:41 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[KSH]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=476</guid>
		<description><![CDATA[I am a unix / linux web developer primarily and use some windows / mac editors for ease of use.
When it comes to locating code snippets within wordpress or other cms&#8217; I find it easiest to do this within the linux shell using the find command with a little help from egrep.
generally speaking I can [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/using-unix-find-to-locate-wordpress-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy everything from a dvd to harddrive using dd</title>
		<link>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/</link>
		<comments>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 00:13:12 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[KSH]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=73</guid>
		<description><![CDATA[DVD Copying to hard drive with dd
In adddition to using vobcopy, and mkisofs you could also use plain old dd to do the trick ( sometimes )
It sometimes works, and when it does it works well.
From the command line in *nix ( Unix, Linux, OS X, etc. ) 
> dd if=/dev/dvd of=/tmp/dvdfilenametocreate
Lets break this down. [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine Yesterday&#8217;s Date in a unix environment using ksh and date()</title>
		<link>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/</link>
		<comments>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 21:00:12 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[KSH]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/index.php/2008/04/01/get-yesterdays-date-with-unix-date/</guid>
		<description><![CDATA[Unix and KSH to find yesterday&#8217;s date

Mastering Unix Shell Scripting: Bash, Bourne, and Korn Shell Scripting for Programmers, System Administrators, and UNIX Gurus, 2nd Edition


Wicked Cool Shell Scripts: 101 Scripts for Linux, Mac Osx, and Unix Systems

I did a bunch of searching and found a lot of places online to do timestamp conversions, and perl [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
