<?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: Make .bashrc Work for You with Aliases</title>
	<atom:link href="http://www.erichurst.com/make-bashrc-work-for-you-with-aliases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erichurst.com/make-bashrc-work-for-you-with-aliases/</link>
	<description>Ruby on Rails Developer</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:00:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Samuel</title>
		<link>http://www.erichurst.com/make-bashrc-work-for-you-with-aliases/comment-page-1/#comment-4376</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Mon, 08 Jun 2009 20:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=344#comment-4376</guid>
		<description>if you separate your commands with a &quot;;&quot; you can use a single alias to call a series of commands. 

Example: clearing the screen and listing contents of the current directory - alias cls=&#039;clear; ls&#039;</description>
		<content:encoded><![CDATA[<p>if you separate your commands with a &#8220;;&#8221; you can use a single alias to call a series of commands. </p>
<p>Example: clearing the screen and listing contents of the current directory &#8211; alias cls=&#8217;clear; ls&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hurst</title>
		<link>http://www.erichurst.com/make-bashrc-work-for-you-with-aliases/comment-page-1/#comment-4372</link>
		<dc:creator>Eric Hurst</dc:creator>
		<pubDate>Mon, 08 Jun 2009 03:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=344#comment-4372</guid>
		<description>@NewMonarch, I like those. Adding them now.</description>
		<content:encoded><![CDATA[<p>@NewMonarch, I like those. Adding them now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NewMonarch</title>
		<link>http://www.erichurst.com/make-bashrc-work-for-you-with-aliases/comment-page-1/#comment-4371</link>
		<dc:creator>NewMonarch</dc:creator>
		<pubDate>Mon, 08 Jun 2009 02:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=344#comment-4371</guid>
		<description>For Rails development, I also use a couple shorthand aliases that I fire up constantly.

alias ss=&quot;script/server&quot;
alias sc=&quot;script/console&quot;</description>
		<content:encoded><![CDATA[<p>For Rails development, I also use a couple shorthand aliases that I fire up constantly.</p>
<p>alias ss=&#8221;script/server&#8221;<br />
alias sc=&#8221;script/console&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
