<?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: Scripting My Life</title>
	<atom:link href="http://heroinc.org/2008/10/26/scripting-my-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://heroinc.org/2008/10/26/scripting-my-life/</link>
	<description>where heroes are an everyday occurrence</description>
	<lastBuildDate>Sun, 01 Jan 2012 14:39:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mike</title>
		<link>http://heroinc.org/2008/10/26/scripting-my-life/comment-page-1/#comment-2295</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 26 Oct 2008 17:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://heroinc.org/?p=399#comment-2295</guid>
		<description>seconded bryan&#039;s bash_profile comment.  i was going to suggest that for your &quot;navigate to a certain directory&quot; script.  great post, though.  now you just need to create a script to always listen to the answers mike gives at trivia.</description>
		<content:encoded><![CDATA[<p>seconded bryan&#8217;s bash_profile comment.  i was going to suggest that for your &#8220;navigate to a certain directory&#8221; script.  great post, though.  now you just need to create a script to always listen to the answers mike gives at trivia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://heroinc.org/2008/10/26/scripting-my-life/comment-page-1/#comment-2294</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sun, 26 Oct 2008 15:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://heroinc.org/?p=399#comment-2294</guid>
		<description>Another good thing to use is to setup an alias for any command you run repetitively from the cmd line in your .bash_profile.  Say for example you are always performing &#039;ls -l&#039; well then put that as an alias as &#039;ls&#039; to save some time.  In the .bash_profile put alias ls=&#039;ls --l&#039;.  Now everytime you type ls the ls -l command is performed.  There are TONS of other things that can be put in the .bash_profile that can make life easy.  Lesson learned is to backup that file before you upgrade or reinstall.  If you have a lot of mods and they get wiped out you will be an unhappy uberdork.  A link with an example.
http://gd.tuwien.ac.at/linuxcommand.org/wss0020.html</description>
		<content:encoded><![CDATA[<p>Another good thing to use is to setup an alias for any command you run repetitively from the cmd line in your .bash_profile.  Say for example you are always performing &#8216;ls -l&#8217; well then put that as an alias as &#8216;ls&#8217; to save some time.  In the .bash_profile put alias ls=&#8217;ls &#8211;l&#8217;.  Now everytime you type ls the ls -l command is performed.  There are TONS of other things that can be put in the .bash_profile that can make life easy.  Lesson learned is to backup that file before you upgrade or reinstall.  If you have a lot of mods and they get wiped out you will be an unhappy uberdork.  A link with an example.<br />
<a href="http://gd.tuwien.ac.at/linuxcommand.org/wss0020.html" rel="nofollow">http://gd.tuwien.ac.at/linuxcommand.org/wss0020.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

