<?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: Bash: cd to Last Directory</title>
	<atom:link href="http://kevin.colyar.net/2008/06/bash-cd-to-last-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevin.colyar.net/2008/06/bash-cd-to-last-directory/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bash-cd-to-last-directory</link>
	<description>Computer Scientist &#38; Software Craftstman</description>
	<lastBuildDate>Tue, 10 Jan 2012 15:01:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh Beauregard</title>
		<link>http://kevin.colyar.net/2008/06/bash-cd-to-last-directory/comment-page-1/#comment-1269</link>
		<dc:creator>Josh Beauregard</dc:creator>
		<pubDate>Wed, 23 Nov 2011 18:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin.colyar.net/?p=19#comment-1269</guid>
		<description>You just made my life a little easier. Now to commit it to memory.</description>
		<content:encoded><![CDATA[<p>You just made my life a little easier. Now to commit it to memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://kevin.colyar.net/2008/06/bash-cd-to-last-directory/comment-page-1/#comment-1255</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 18 Jul 2011 15:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin.colyar.net/?p=19#comment-1255</guid>
		<description>I just felt my brain grow from reading those two shortcuts. They&#039;ll be huge timesavers! Thanks guys.</description>
		<content:encoded><![CDATA[<p>I just felt my brain grow from reading those two shortcuts. They&#8217;ll be huge timesavers! Thanks guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://kevin.colyar.net/2008/06/bash-cd-to-last-directory/comment-page-1/#comment-1218</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sun, 15 Aug 2010 07:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin.colyar.net/?p=19#comment-1218</guid>
		<description>Awesome! Thanks!
Something I use a lot in bash: !!
it repeats the last command, and you can even add on to it like this:

$ ping example.c
ping: cannot resolve example.c: Unknown host
$ !!om
ping example.com
PING example.com (192.0.32.10): 56 data bytes
64 bytes from 192.0.32.10: icmp_seq=0 ttl=253 time=1.251 ms

Cool!  Computers!!!</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks!<br />
Something I use a lot in bash: !!<br />
it repeats the last command, and you can even add on to it like this:</p>
<p>$ ping example.c<br />
ping: cannot resolve example.c: Unknown host<br />
$ !!om<br />
ping example.com<br />
PING example.com (192.0.32.10): 56 data bytes<br />
64 bytes from 192.0.32.10: icmp_seq=0 ttl=253 time=1.251 ms</p>
<p>Cool!  Computers!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

