<?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>Alonzo Fretwell &#187; UNIX</title>
	<atom:link href="http://alonzofretwell.com/blog/category/unix-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://alonzofretwell.com</link>
	<description>Use Open Source</description>
	<lastBuildDate>Sun, 14 Nov 2010 19:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Run A Shell Script</title>
		<link>http://alonzofretwell.com/blog/how-to-run-a-shell-script/</link>
		<comments>http://alonzofretwell.com/blog/how-to-run-a-shell-script/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 21:04:04 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=1038</guid>
		<description><![CDATA[One may run or &#8220;execute&#8221;  shell scripts by typing it&#8217;s filename as a command and pressing &#60;Enter&#62; as they would with a regular command. However, the script file must must have executable permission set (see the previous post). Also, scripts &#8230; <a href="http://alonzofretwell.com/blog/how-to-run-a-shell-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Easy AdSense V2.95 -->
<!-- Post[count: 3] -->
<div class="ezAdsense adsense adsense-leadin" style="text-align:left;margin:12px; "><script type="text/javascript"><!--
google_ad_client = "pub-0839217397805230";
/* 468x15, created 4/18/10 */
google_ad_slot = "0740248853";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>One may run or &#8220;execute&#8221;  shell scripts by typing it&#8217;s filename as a command and pressing &lt;Enter&gt; as they would with a regular command. However, the script file must must have executable permission set (see the previous post). Also, scripts may be given arguments and options similar to other programs.</p>
<p>Scripts stored in a directory on one&#8217;s path  may be run by simply typing the name of the file and pressing &lt;Enter&gt;. Otherwise one must provide a relative or full path to the location of the script file. Or if one&#8217;s current working directory contains the script file it can be run buy adding a &#8220;./&#8221; to the filename.</p>
<p>Examples&#8230;<br />
Run a script named &#8220;<strong>hello</strong>&#8221; that is in a directory in your path&#8230;<br />
$ <strong>hello</strong> &lt;Enter&gt;</p>
<p>Run a script named &#8220;<strong>hello</strong>&#8221; that is in your current working directory&#8230;<br />
$ <strong>./hello</strong> &lt;Enter&gt;</p>
<p>Run a script named <strong>hello</strong> that is in ~/MyScripts/ (a subdirectory of your &#8220;home&#8221; directory)&#8230;<br />
$ <strong>~/MyScripts/hello</strong> &lt;Enter&gt;</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/how-to-run-a-shell-script/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;desc=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;bm_description=How+To+Run+A+Shell+Script&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+Run+A+Shell+Script+-+http://b2l.me/4z5j3&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;bmtitle=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;Title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;Title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;n=How+To+Run+A+Shell+Script&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;t=How+To+Run+A+Shell+Script&amp;d=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;body=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;description=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;desc=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;t=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+To+Run+A+Shell+Script&amp;link=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;type=Article&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+To+Run+A+Shell+Script&amp;body=Link: http://alonzofretwell.com/blog/how-to-run-a-shell-script/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;srcUrl=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;srcTitle=How+To+Run+A+Shell+Script&amp;snippet=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;t=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=How+To+Run+A+Shell+Script&amp;body=Link: http://alonzofretwell.com/blog/how-to-run-a-shell-script/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=How+To+Run+A+Shell+Script&amp;text=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20+-+http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;How+To+Run+A+Shell+Script&quot;+-+from+http://b2l.me/4z5j3" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;summary=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20To%20Run%20A%20Shell%20Script%22&amp;body=Link: http://alonzofretwell.com/blog/how-to-run-a-shell-script/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;u_data[name]=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;n=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;t=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=How+To+Run+A+Shell+Script&amp;url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;h=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;T=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=How+To+Run+A+Shell+Script&amp;u=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;b=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+To+Run+A+Shell+Script&amp;du=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;cn=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;body=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=How+To+Run+A+Shell+Script+-+http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;selection=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20&amp;url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;format=microclip&amp;title=How+To+Run+A+Shell+Script&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=How+To+Run+A+Shell+Script&amp;url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/how-to-run-a-shell-script/+&quot;How+To+Run+A+Shell+Script&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/how-to-run-a-shell-script/ %0D%0A%0D%0A One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fhow-to-run-a-shell-script%2F&amp;t=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=How+To+Run+A+Shell+Script&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fhow-to-run-a-shell-script%2F&amp;desc=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script&amp;body=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;title=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;submitHeadline=How+To+Run+A+Shell+Script&amp;submitSummary=One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=How+To+Run+A+Shell+Script&amp;body=Link: http://alonzofretwell.com/blog/how-to-run-a-shell-script/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20may%20run%20or%20%22execute%22%20%C2%A0shell%20scripts%20by%20typing%20it%27s%20filename%20as%20a%20command%20and%20pressing%20%26lt%3BEnter%26gt%3B%20as%20they%20would%20with%20a%20regular%20command.%20However%2C%20the%20script%20file%20must%20must%20have%20executable%20permission%20set%20%28see%20the%20previous%20post%29.%20Also%2C%20scripts%20may%20be%20given%20arguments%20and%20options%20similar%20to%20other%20" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/how-to-run-a-shell-script/&amp;lname=How+To+Run+A+Shell+Script" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/how-to-run-a-shell-script/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/how-to-run-a-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating A Shell Script</title>
		<link>http://alonzofretwell.com/blog/creating-a-shell-script/</link>
		<comments>http://alonzofretwell.com/blog/creating-a-shell-script/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 19:51:40 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=1033</guid>
		<description><![CDATA[Shell scripts are text files; subsequently one must use a text editor to produce them (not a word processor!) and then make the file executable so that it can be run. All Bash scripts contain a first line in one &#8230; <a href="http://alonzofretwell.com/blog/creating-a-shell-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Shell scripts are text files; subsequently one must use a text editor to produce them (not a word processor!) and then make the file executable so that it can be run. All Bash scripts contain a first line in one of two forms&#8230;</p>
<p><strong>#!/bin/bash</strong><br />
or<br />
<strong>#!/bin/sh</strong></p>
<p>The <strong>#! </strong> tells the shell that the file contains executable commands and the path that follows tells the shell which program to run the commands with. The program used to run the script can be PERL, SED, AWK, another language or another shell.</p>
<p>The first option indicates that the shell is to use the Bash program itself (<strong>/bin/bash</strong>) to execute the script. The second option indicates the script is to be executed by (<strong>/bin/sh</strong>) which is a symbolic link to bash for backwards compatibility with older scripts. <strong>sh</strong> is the name of the old Bourne shell which Bash has replaced. Bash can run any Bourne script and many people still use <strong>/bin/sh</strong> to begin their scripts.</p>
<p>Example&#8230;<br />
Write a Bash script that outputs the text &#8220;<strong>Hello world</strong>&#8221; to stdout&#8230;<br />
<span style="text-decoration: underline;"> Step 1.</span> Create a new text document using a text editor and add the following lines&#8230;<br />
<strong>#!/bin/bash</strong><br />
<strong>echo Hello world</strong><br />
then save the file as <strong>hello</strong>.<br />
<span style="text-decoration: underline;"> Step 2.</span> Using <strong>chmod</strong> change the permissions on the file to make it executable&#8230;<br />
$ <strong>chmod a+x hello</strong> &lt;Enter&gt;</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/creating-a-shell-script/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;desc=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;bm_description=Creating+A+Shell+Script&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Creating+A+Shell+Script+-+http://b2l.me/4rgbz&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;bmtitle=Creating+A+Shell+Script" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;Title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;Title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;n=Creating+A+Shell+Script&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;t=Creating+A+Shell+Script&amp;d=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;body=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;description=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;desc=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;t=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Creating+A+Shell+Script&amp;link=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;type=Article&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Creating+A+Shell+Script&amp;body=Link: http://alonzofretwell.com/blog/creating-a-shell-script/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;srcUrl=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;srcTitle=Creating+A+Shell+Script&amp;snippet=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;t=Creating+A+Shell+Script" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Creating+A+Shell+Script&amp;body=Link: http://alonzofretwell.com/blog/creating-a-shell-script/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Creating+A+Shell+Script&amp;text=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c+-+http://alonzofretwell.com/blog/creating-a-shell-script/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Creating+A+Shell+Script&quot;+-+from+http://b2l.me/4rgbz" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;summary=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Creating%20A%20Shell%20Script%22&amp;body=Link: http://alonzofretwell.com/blog/creating-a-shell-script/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;u_data[name]=Creating+A+Shell+Script" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;n=Creating+A+Shell+Script" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;t=Creating+A+Shell+Script" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Creating+A+Shell+Script&amp;url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;h=Creating+A+Shell+Script" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;T=Creating+A+Shell+Script" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Creating+A+Shell+Script&amp;u=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;b=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Creating+A+Shell+Script&amp;du=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;cn=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;body=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Creating+A+Shell+Script+-+http://alonzofretwell.com/blog/creating-a-shell-script/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;selection=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c&amp;url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;format=microclip&amp;title=Creating+A+Shell+Script&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Creating+A+Shell+Script&amp;url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/creating-a-shell-script/+&quot;Creating+A+Shell+Script&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/creating-a-shell-script/ %0D%0A%0D%0A Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fcreating-a-shell-script%2F&amp;t=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Creating+A+Shell+Script&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fcreating-a-shell-script%2F&amp;desc=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script&amp;body=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;title=Creating+A+Shell+Script" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;submitHeadline=Creating+A+Shell+Script&amp;submitSummary=Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Creating+A+Shell+Script&amp;body=Link: http://alonzofretwell.com/blog/creating-a-shell-script/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Shell%20scripts%20are%20text%20files%3B%20subsequently%20one%20must%20use%20a%20text%20editor%20to%20produce%20them%20%28not%20a%20word%20processor%21%29%20and%20then%20make%20the%20file%20executable%20so%20that%20it%20can%20be%20run.%20All%20Bash%20scripts%20contain%20a%20first%20line%20in%20one%20of%20two%20forms...%0D%0A%0D%0A%23%21%2Fbin%2Fbash%0D%0Aor%0D%0A%23%21%2Fbin%2Fsh%0D%0A%0D%0AThe%20%23%21%20%20tells%20the%20shell%20that%20the%20file%20c" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/creating-a-shell-script/&amp;lname=Creating+A+Shell+Script" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/creating-a-shell-script/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/creating-a-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell Scripts</title>
		<link>http://alonzofretwell.com/blog/shell-scripts/</link>
		<comments>http://alonzofretwell.com/blog/shell-scripts/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 20:54:55 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=1028</guid>
		<description><![CDATA[Shells have a programming language. Many of the commands, utilities and tools I have discussed previously are a part of the shell script programming language. A shell program is simply a list of commands the shell can run. A shell &#8230; <a href="http://alonzofretwell.com/blog/shell-scripts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Shells have a programming language. Many of the commands, utilities and tools I have discussed previously are a part of the shell script programming language. A shell program is simply a list of commands the shell can run. A shell script is a text file that contains a list of shell commands. These shell scripts are executable; subsequently one can run them by typing the shell script filename and pressing the &lt;Enter&gt; key.</p>
<p>The next few posts will discuss the basic concepts of shell scripts.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/shell-scripts/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;desc=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/shell-scripts/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/shell-scripts/&amp;bm_description=Shell+Scripts&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Shell+Scripts+-+http://b2l.me/4geff&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/shell-scripts/&amp;bmtitle=Shell+Scripts" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/shell-scripts/&amp;Title=Shell+Scripts" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/shell-scripts/&amp;Title=Shell+Scripts" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/shell-scripts/&amp;n=Shell+Scripts&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/shell-scripts/&amp;t=Shell+Scripts&amp;d=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;body=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;description=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;desc=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/shell-scripts/&amp;t=Shell+Scripts" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Shell+Scripts&amp;link=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/shell-scripts/&amp;type=Article&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Shell+Scripts&amp;body=Link: http://alonzofretwell.com/blog/shell-scripts/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;srcUrl=http://alonzofretwell.com/blog/shell-scripts/&amp;srcTitle=Shell+Scripts&amp;snippet=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/shell-scripts/&amp;t=Shell+Scripts" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Shell+Scripts&amp;body=Link: http://alonzofretwell.com/blog/shell-scripts/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Shell+Scripts&amp;text=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s+-+http://alonzofretwell.com/blog/shell-scripts/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Shell+Scripts&quot;+-+from+http://b2l.me/4geff" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;summary=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Shell%20Scripts%22&amp;body=Link: http://alonzofretwell.com/blog/shell-scripts/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/shell-scripts/&amp;u_data[name]=Shell+Scripts" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/shell-scripts/&amp;n=Shell+Scripts" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/shell-scripts/&amp;t=Shell+Scripts" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Shell+Scripts&amp;url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/shell-scripts/&amp;h=Shell+Scripts" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/shell-scripts/&amp;T=Shell+Scripts" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Shell+Scripts&amp;u=http://alonzofretwell.com/blog/shell-scripts/&amp;b=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Shell+Scripts&amp;du=http://alonzofretwell.com/blog/shell-scripts/&amp;cn=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;body=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Shell+Scripts+-+http://alonzofretwell.com/blog/shell-scripts/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;selection=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s&amp;url=http://alonzofretwell.com/blog/shell-scripts/&amp;format=microclip&amp;title=Shell+Scripts&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Shell+Scripts&amp;url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/shell-scripts/+&quot;Shell+Scripts&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/shell-scripts/ %0D%0A%0D%0A Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fshell-scripts%2F&amp;t=Shell+Scripts" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Shell+Scripts&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fshell-scripts%2F&amp;desc=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts&amp;body=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/shell-scripts/&amp;title=Shell+Scripts" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/shell-scripts/&amp;submitHeadline=Shell+Scripts&amp;submitSummary=Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Shell+Scripts&amp;body=Link: http://alonzofretwell.com/blog/shell-scripts/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Shells%20have%20a%20programming%20language.%20Many%20of%20the%20commands%2C%20utilities%20and%20tools%20I%20have%20discussed%20previously%20are%20a%20part%20of%20the%20shell%20script%20programming%20language.%20A%20shell%20program%20is%20simply%20a%20list%20of%20commands%20the%20shell%20can%20run.%20A%20shell%20script%20is%20a%20text%20file%20that%20contains%20a%20list%20of%20shell%20commands.%20These%20s" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/shell-scripts/&amp;lname=Shell+Scripts" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/shell-scripts/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/shell-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Aliases</title>
		<link>http://alonzofretwell.com/blog/removing-aliases/</link>
		<comments>http://alonzofretwell.com/blog/removing-aliases/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:29:14 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=1024</guid>
		<description><![CDATA[Use unalias to remove an alias. Give unalias as a command using the alias to remove as an argument. The alias will be removed for the rest of the shell session. One can also re-alias in the same shell as &#8230; <a href="http://alonzofretwell.com/blog/removing-aliases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Use <strong>unalias</strong> to remove an alias. Give <strong>unalias</strong> as a command using the alias to remove as an argument. The alias will be removed for the rest of the shell session. One can also re-alias in the same shell as usual.</p>
<p>Example&#8230;<br />
Remove an alias for <strong>ls</strong>&#8230;<br />
$ <strong>unalias ls</strong> &lt;Enter&gt;</p>
<p>If the alias is set in one&#8217;s <strong>.bashrc</strong> or <strong>.bash_profile</strong> the above will remove the alias but only for the current shell session. To remove the alias from all future shell sessions edit said file by removing the line where the alias is defined.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/removing-aliases/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;desc=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/removing-aliases/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/removing-aliases/&amp;bm_description=Removing+Aliases&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Removing+Aliases+-+http://b2l.me/38gx9&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/removing-aliases/&amp;bmtitle=Removing+Aliases" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/removing-aliases/&amp;Title=Removing+Aliases" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/removing-aliases/&amp;Title=Removing+Aliases" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/removing-aliases/&amp;n=Removing+Aliases&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/removing-aliases/&amp;t=Removing+Aliases&amp;d=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;body=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;description=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;desc=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/removing-aliases/&amp;t=Removing+Aliases" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Removing+Aliases&amp;link=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/removing-aliases/&amp;type=Article&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Removing+Aliases&amp;body=Link: http://alonzofretwell.com/blog/removing-aliases/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;srcUrl=http://alonzofretwell.com/blog/removing-aliases/&amp;srcTitle=Removing+Aliases&amp;snippet=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/removing-aliases/&amp;t=Removing+Aliases" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Removing+Aliases&amp;body=Link: http://alonzofretwell.com/blog/removing-aliases/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Removing+Aliases&amp;text=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s+-+http://alonzofretwell.com/blog/removing-aliases/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Removing+Aliases&quot;+-+from+http://b2l.me/38gx9" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;summary=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Removing%20Aliases%22&amp;body=Link: http://alonzofretwell.com/blog/removing-aliases/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/removing-aliases/&amp;u_data[name]=Removing+Aliases" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/removing-aliases/&amp;n=Removing+Aliases" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/removing-aliases/&amp;t=Removing+Aliases" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Removing+Aliases&amp;url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/removing-aliases/&amp;h=Removing+Aliases" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/removing-aliases/&amp;T=Removing+Aliases" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Removing+Aliases&amp;u=http://alonzofretwell.com/blog/removing-aliases/&amp;b=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Removing+Aliases&amp;du=http://alonzofretwell.com/blog/removing-aliases/&amp;cn=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;body=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Removing+Aliases+-+http://alonzofretwell.com/blog/removing-aliases/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;selection=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s&amp;url=http://alonzofretwell.com/blog/removing-aliases/&amp;format=microclip&amp;title=Removing+Aliases&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Removing+Aliases&amp;url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/removing-aliases/+&quot;Removing+Aliases&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/removing-aliases/ %0D%0A%0D%0A Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fremoving-aliases%2F&amp;t=Removing+Aliases" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Removing+Aliases&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fremoving-aliases%2F&amp;desc=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases&amp;body=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/removing-aliases/&amp;title=Removing+Aliases" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/removing-aliases/&amp;submitHeadline=Removing+Aliases&amp;submitSummary=Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Removing+Aliases&amp;body=Link: http://alonzofretwell.com/blog/removing-aliases/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Use%20unalias%20to%20remove%20an%20alias.%20Give%20unalias%20as%20a%20command%20using%20the%20alias%20to%20remove%20as%20an%20argument.%20The%20alias%20will%20be%20removed%20for%20the%20rest%20of%20the%20shell%20session.%20One%20can%20also%20re-alias%20in%20the%20same%20shell%20as%20usual.%0D%0A%0D%0AExample...%0D%0ARemove%20an%20alias%20for%20ls...%0D%0A%24%20unalias%20ls%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0AIf%20the%20alias%20is%20s" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/removing-aliases/&amp;lname=Removing+Aliases" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/removing-aliases/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/removing-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listing Your Shell Aliases</title>
		<link>http://alonzofretwell.com/blog/listing-your-shell-aliases/</link>
		<comments>http://alonzofretwell.com/blog/listing-your-shell-aliases/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:59:19 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=1021</guid>
		<description><![CDATA[One can list aliases in the current shell by simply runing alias without any arguments. Example&#8230; List aliases in the current shell&#8230; $ alias &#60;Enter&#62; Subscribe to the comments for this post? Share this on del.icio.us Digg this! Post this &#8230; <a href="http://alonzofretwell.com/blog/listing-your-shell-aliases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One can list aliases in the current shell by simply runing <strong>alias</strong> without any arguments.</p>
<p>Example&#8230;<br />
List aliases in the current shell&#8230;<br />
$ <strong>alias</strong> &lt;Enter&gt;</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/listing-your-shell-aliases/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;desc=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;bm_description=Listing+Your+Shell+Aliases&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Listing+Your+Shell+Aliases+-+File: /data/app/webapp/functions.php<br />Line: 7<br />Message: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (11)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;bmtitle=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;Title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;Title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;n=Listing+Your+Shell+Aliases&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;t=Listing+Your+Shell+Aliases&amp;d=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;body=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;description=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;desc=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;t=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Listing+Your+Shell+Aliases&amp;link=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;type=Article&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Listing+Your+Shell+Aliases&amp;body=Link: http://alonzofretwell.com/blog/listing-your-shell-aliases/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;srcUrl=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;srcTitle=Listing+Your+Shell+Aliases&amp;snippet=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;t=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Listing+Your+Shell+Aliases&amp;body=Link: http://alonzofretwell.com/blog/listing-your-shell-aliases/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Listing+Your+Shell+Aliases&amp;text=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B+-+http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Listing+Your+Shell+Aliases&quot;+-+from+File: /data/app/webapp/functions.php<br />Line: 7<br />Message: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (11)" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;summary=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Listing%20Your%20Shell%20Aliases%22&amp;body=Link: http://alonzofretwell.com/blog/listing-your-shell-aliases/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;u_data[name]=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;n=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;t=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Listing+Your+Shell+Aliases&amp;url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;h=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;T=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Listing+Your+Shell+Aliases&amp;u=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;b=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Listing+Your+Shell+Aliases&amp;du=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;cn=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;body=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Listing+Your+Shell+Aliases+-+http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;selection=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B&amp;url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;format=microclip&amp;title=Listing+Your+Shell+Aliases&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Listing+Your+Shell+Aliases&amp;url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/listing-your-shell-aliases/+&quot;Listing+Your+Shell+Aliases&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/listing-your-shell-aliases/ %0D%0A%0D%0A One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Flisting-your-shell-aliases%2F&amp;t=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Listing+Your+Shell+Aliases&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Flisting-your-shell-aliases%2F&amp;desc=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases&amp;body=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;title=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;submitHeadline=Listing+Your+Shell+Aliases&amp;submitSummary=One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Listing+Your+Shell+Aliases&amp;body=Link: http://alonzofretwell.com/blog/listing-your-shell-aliases/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20can%20list%20aliases%20in%20the%20current%20shell%20by%20simply%20runing%20alias%20without%20any%20arguments.%0D%0A%0D%0AExample...%0D%0AList%20aliases%20in%20the%20current%20shell...%0D%0A%24%20alias%20%26lt%3BEnter%26gt%3B" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/listing-your-shell-aliases/&amp;lname=Listing+Your+Shell+Aliases" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/listing-your-shell-aliases/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/listing-your-shell-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting An Alias</title>
		<link>http://alonzofretwell.com/blog/setting-an-alias/</link>
		<comments>http://alonzofretwell.com/blog/setting-an-alias/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:35:47 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=1014</guid>
		<description><![CDATA[alias is the utility to assign an alias for a command. Follow alias with the name of the alias, the equal sign (=) and a quoted string the alias will reference. Example&#8230; Use &#8220;bye&#8221; as an alias for exit&#8230; $ &#8230; <a href="http://alonzofretwell.com/blog/setting-an-alias/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>alias</strong> is the utility to assign an alias for a command. Follow <strong>alias</strong> with the name of the alias, the equal sign (=) and a quoted string the alias will reference.</p>
<p>Example&#8230;<br />
Use &#8220;<strong>bye</strong>&#8221; as an alias for <strong>exit</strong>&#8230;<br />
$ <strong>alias bye=&#8221;exit&#8221;</strong> &lt;Enter&gt;</p>
<p><strong>bye</strong> now becomes the alias for <strong>exit</strong> in the current shell. Thus giving the alias <strong>bye</strong> will run the <strong>exit</strong> command.</p>
<p>Arguments and options may also be included in an alias.</p>
<p>Example&#8230;<br />
Alias <strong>ls</strong> such that in a color terminal the output will be color coded&#8230;</p>
<p>$ <strong>alias ls=&#8221;ls &#8211;color=auto&#8221;</strong></p>
<p>This will alias  the <strong>ls</strong> command with its option to include color output where it is supported by hardware.</p>
<p>Observe that options and arguments can still be passed to an alias as if they were being typed explicitly without the alias.</p>
<p>To use the original explicit command after an alias has been set one must give the full path to it.</p>
<p>Example&#8230;<br />
Run <strong>ls -al</strong> explicitly even though it has been aliased to another value in the current shell&#8230;<br />
$ <strong>/bin/ls -al</strong></p>
<p>Observe that if you want an alias to persist in your shell between sessions it must be included in <strong>.bashrc</strong> located in ones home directory.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/setting-an-alias/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;desc=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/setting-an-alias/&amp;bm_description=Setting+An+Alias&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Setting+An+Alias+-+http://b2l.me/3yueh&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/setting-an-alias/&amp;bmtitle=Setting+An+Alias" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/setting-an-alias/&amp;Title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/setting-an-alias/&amp;Title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/setting-an-alias/&amp;n=Setting+An+Alias&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/setting-an-alias/&amp;t=Setting+An+Alias&amp;d=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;body=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;description=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;desc=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/setting-an-alias/&amp;t=Setting+An+Alias" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Setting+An+Alias&amp;link=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;type=Article&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Setting+An+Alias&amp;body=Link: http://alonzofretwell.com/blog/setting-an-alias/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;srcUrl=http://alonzofretwell.com/blog/setting-an-alias/&amp;srcTitle=Setting+An+Alias&amp;snippet=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/setting-an-alias/&amp;t=Setting+An+Alias" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Setting+An+Alias&amp;body=Link: http://alonzofretwell.com/blog/setting-an-alias/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Setting+An+Alias&amp;text=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she+-+http://alonzofretwell.com/blog/setting-an-alias/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Setting+An+Alias&quot;+-+from+http://b2l.me/3yueh" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;summary=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Setting%20An%20Alias%22&amp;body=Link: http://alonzofretwell.com/blog/setting-an-alias/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/setting-an-alias/&amp;u_data[name]=Setting+An+Alias" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/setting-an-alias/&amp;n=Setting+An+Alias" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/setting-an-alias/&amp;t=Setting+An+Alias" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Setting+An+Alias&amp;url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/setting-an-alias/&amp;h=Setting+An+Alias" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;T=Setting+An+Alias" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Setting+An+Alias&amp;u=http://alonzofretwell.com/blog/setting-an-alias/&amp;b=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Setting+An+Alias&amp;du=http://alonzofretwell.com/blog/setting-an-alias/&amp;cn=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;body=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Setting+An+Alias+-+http://alonzofretwell.com/blog/setting-an-alias/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;selection=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she&amp;url=http://alonzofretwell.com/blog/setting-an-alias/&amp;format=microclip&amp;title=Setting+An+Alias&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Setting+An+Alias&amp;url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/setting-an-alias/+&quot;Setting+An+Alias&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/setting-an-alias/ %0D%0A%0D%0A alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fsetting-an-alias%2F&amp;t=Setting+An+Alias" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Setting+An+Alias&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fsetting-an-alias%2F&amp;desc=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias&amp;body=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/setting-an-alias/&amp;title=Setting+An+Alias" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/setting-an-alias/&amp;submitHeadline=Setting+An+Alias&amp;submitSummary=alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Setting+An+Alias&amp;body=Link: http://alonzofretwell.com/blog/setting-an-alias/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A alias%20is%20the%20utility%20to%20assign%20an%20alias%20for%20a%20command.%20Follow%20alias%20with%20the%20name%20of%20the%20alias%2C%20the%20equal%20sign%20%28%3D%29%20and%20a%20quoted%20string%20the%20alias%20will%20reference.%0D%0A%0D%0AExample...%0D%0AUse%20%22bye%22%20as%20an%20alias%20for%20exit...%0D%0A%24%20alias%20bye%3D%22exit%22%20%26lt%3BEnter%26gt%3B%0D%0A%0D%0Abye%20now%20becomes%20the%20alias%20for%20exit%20in%20the%20current%20she" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/setting-an-alias/&amp;lname=Setting+An+Alias" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/setting-an-alias/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/setting-an-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using An Alias</title>
		<link>http://alonzofretwell.com/blog/using-an-alias/</link>
		<comments>http://alonzofretwell.com/blog/using-an-alias/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:50:51 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=1007</guid>
		<description><![CDATA[An alias is a pseudonym for a command, tool, utility, their options, arguments or combinations thereof. Aliases can be used to put a shorter typing handle on lengthy commands that one frequently uses. When using an alias the command and not &#8230; <a href="http://alonzofretwell.com/blog/using-an-alias/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>An <em>alias</em> is a pseudonym for a command, tool, utility, their options, arguments or combinations thereof. Aliases can be used to put a shorter typing handle on lengthy commands that one frequently uses.</p>
<p>When using an alias the command and not the alias will show up in your shell history. This is in contrast to a <em>script</em> which does show up on one&#8217;s shell history rather than the commands it is composed of. The scope of the alias is limited to the user that creates it where-as a script can be placed in the local bin so that anyone on the system can use it.</p>
<p>In short an alias can be used to call a command with arguments by a short name. I shall discuss the alias tool in the next few posts.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/using-an-alias/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;desc=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/using-an-alias/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/using-an-alias/&amp;bm_description=Using+An+Alias&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Using+An+Alias+-+http://b2l.me/3yq5x&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/using-an-alias/&amp;bmtitle=Using+An+Alias" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/using-an-alias/&amp;Title=Using+An+Alias" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/using-an-alias/&amp;Title=Using+An+Alias" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/using-an-alias/&amp;n=Using+An+Alias&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/using-an-alias/&amp;t=Using+An+Alias&amp;d=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;body=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;description=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;desc=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/using-an-alias/&amp;t=Using+An+Alias" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Using+An+Alias&amp;link=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/using-an-alias/&amp;type=Article&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Using+An+Alias&amp;body=Link: http://alonzofretwell.com/blog/using-an-alias/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;srcUrl=http://alonzofretwell.com/blog/using-an-alias/&amp;srcTitle=Using+An+Alias&amp;snippet=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/using-an-alias/&amp;t=Using+An+Alias" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Using+An+Alias&amp;body=Link: http://alonzofretwell.com/blog/using-an-alias/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Using+An+Alias&amp;text=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i+-+http://alonzofretwell.com/blog/using-an-alias/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Using+An+Alias&quot;+-+from+http://b2l.me/3yq5x" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;summary=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Using%20An%20Alias%22&amp;body=Link: http://alonzofretwell.com/blog/using-an-alias/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/using-an-alias/&amp;u_data[name]=Using+An+Alias" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/using-an-alias/&amp;n=Using+An+Alias" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/using-an-alias/&amp;t=Using+An+Alias" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Using+An+Alias&amp;url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/using-an-alias/&amp;h=Using+An+Alias" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/using-an-alias/&amp;T=Using+An+Alias" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Using+An+Alias&amp;u=http://alonzofretwell.com/blog/using-an-alias/&amp;b=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Using+An+Alias&amp;du=http://alonzofretwell.com/blog/using-an-alias/&amp;cn=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;body=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Using+An+Alias+-+http://alonzofretwell.com/blog/using-an-alias/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;selection=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i&amp;url=http://alonzofretwell.com/blog/using-an-alias/&amp;format=microclip&amp;title=Using+An+Alias&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Using+An+Alias&amp;url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/using-an-alias/+&quot;Using+An+Alias&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/using-an-alias/ %0D%0A%0D%0A An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fusing-an-alias%2F&amp;t=Using+An+Alias" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Using+An+Alias&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fusing-an-alias%2F&amp;desc=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias&amp;body=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/using-an-alias/&amp;title=Using+An+Alias" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/using-an-alias/&amp;submitHeadline=Using+An+Alias&amp;submitSummary=An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Using+An+Alias&amp;body=Link: http://alonzofretwell.com/blog/using-an-alias/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A An%20alias%20is%20a%20pseudonym%20for%20a%20command%2C%20tool%2C%20utility%2C%20their%20options%2C%20arguments%20or%C2%A0combinations%20thereof.%20Aliases%20can%20be%20used%20to%20put%20a%20shorter%20typing%20handle%20on%20lengthy%20commands%20that%20one%20frequently%20uses.%0D%0A%0D%0AWhen%20using%20an%20alias%20the%20command%20and%20not%20the%20alias%20will%20show%20up%20in%20your%20shell%20history.%20This%20is%20i" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/using-an-alias/&amp;lname=Using+An+Alias" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/using-an-alias/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/using-an-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Long Has The Shell Been Running</title>
		<link>http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/</link>
		<comments>http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 23:54:45 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=1005</guid>
		<description><![CDATA[SECONDS is the shell variable that records how many seconds a shell has been running. Example&#8230; See how many seconds the shell has been running&#8230; $ echo $SECONDS One can use the utility units to convert the output into hours, &#8230; <a href="http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>SECONDS</strong> is the shell variable that records how many seconds a shell has been running.</p>
<p>Example&#8230;<br />
See how many seconds the shell has been running&#8230;<br />
$ <strong>echo $SECONDS</strong></p>
<p>One can use the utility <strong>units</strong> to convert the output into hours, minutes, ect.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;desc=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;bm_description=How+Long+Has+The+Shell+Been+Running&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+Long+Has+The+Shell+Been+Running+-+http://b2l.me/3yuet&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;bmtitle=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;Title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;Title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;n=How+Long+Has+The+Shell+Been+Running&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;t=How+Long+Has+The+Shell+Been+Running&amp;d=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;body=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;description=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;desc=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;t=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+Long+Has+The+Shell+Been+Running&amp;link=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;type=Article&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+Long+Has+The+Shell+Been+Running&amp;body=Link: http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;srcUrl=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;srcTitle=How+Long+Has+The+Shell+Been+Running&amp;snippet=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;t=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=How+Long+Has+The+Shell+Been+Running&amp;body=Link: http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=How+Long+Has+The+Shell+Been+Running&amp;text=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect.+-+http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;How+Long+Has+The+Shell+Been+Running&quot;+-+from+http://b2l.me/3yuet" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;summary=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect.&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20Long%20Has%20The%20Shell%20Been%20Running%22&amp;body=Link: http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;u_data[name]=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;n=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;t=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=How+Long+Has+The+Shell+Been+Running&amp;url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;h=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;T=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=How+Long+Has+The+Shell+Been+Running&amp;u=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;b=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+Long+Has+The+Shell+Been+Running&amp;du=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;cn=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;body=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=How+Long+Has+The+Shell+Been+Running+-+http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;selection=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect.&amp;url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;format=microclip&amp;title=How+Long+Has+The+Shell+Been+Running&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=How+Long+Has+The+Shell+Been+Running&amp;url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/+&quot;How+Long+Has+The+Shell+Been+Running&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/ %0D%0A%0D%0A SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fhow-long-has-the-shell-been-running%2F&amp;t=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=How+Long+Has+The+Shell+Been+Running&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fhow-long-has-the-shell-been-running%2F&amp;desc=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect.&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running&amp;body=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;title=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;submitHeadline=How+Long+Has+The+Shell+Been+Running&amp;submitSummary=SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect.&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=How+Long+Has+The+Shell+Been+Running&amp;body=Link: http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A SECONDS%20is%20the%20shell%20variable%20that%20records%20how%20many%20seconds%20a%20shell%20has%20been%20running.%0D%0A%0D%0AExample...%0D%0ASee%20how%20many%20seconds%20the%20shell%20has%20been%20running...%0D%0A%24%20echo%20%24SECONDS%0D%0A%0D%0AOne%20can%20use%20the%20utility%20units%20to%20convert%20the%20output%20into%20hours%2C%20minutes%2C%20ect." rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/&amp;lname=How+Long+Has+The+Shell+Been+Running" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/how-long-has-the-shell-been-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Your Path</title>
		<link>http://alonzofretwell.com/blog/setting-your-path/</link>
		<comments>http://alonzofretwell.com/blog/setting-your-path/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 21:23:44 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=906</guid>
		<description><![CDATA[To change your path open .bashrc in your home directory with a text editor and change the variable PATH. Example&#8230; The PATH variable in .bashrc is set to&#8230; PATH=&#8221;/usr/bin:/bin:/usr/bin/X11:/usr/games&#8221; and you want to add /home/oznola/bin. Subsequently add the new directory &#8230; <a href="http://alonzofretwell.com/blog/setting-your-path/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To change your path open .bashrc in your home directory with a text editor and change the variable <strong>PATH</strong>.</p>
<p>Example&#8230;<br />
The <strong>PATH</strong> variable in .bashrc is set to&#8230;<br />
<strong>PATH</strong>=&#8221;/usr/bin:/bin:/usr/bin/X11:/usr/games&#8221;<br />
and you want to add <strong>/home/oznola/bin</strong>.<br />
Subsequently add the new directory to <strong>PATH</strong> like this..<br />
<strong>PATH=&#8221;/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/oznola/bin&#8221;</strong></p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/setting-your-path/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;desc=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/setting-your-path/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/setting-your-path/&amp;bm_description=Setting+Your+Path&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Setting+Your+Path+-+http://b2l.me/3yue4&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/setting-your-path/&amp;bmtitle=Setting+Your+Path" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/setting-your-path/&amp;Title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/setting-your-path/&amp;Title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/setting-your-path/&amp;n=Setting+Your+Path&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/setting-your-path/&amp;t=Setting+Your+Path&amp;d=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;body=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;description=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;desc=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/setting-your-path/&amp;t=Setting+Your+Path" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Setting+Your+Path&amp;link=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/setting-your-path/&amp;type=Article&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Setting+Your+Path&amp;body=Link: http://alonzofretwell.com/blog/setting-your-path/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;srcUrl=http://alonzofretwell.com/blog/setting-your-path/&amp;srcTitle=Setting+Your+Path&amp;snippet=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/setting-your-path/&amp;t=Setting+Your+Path" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Setting+Your+Path&amp;body=Link: http://alonzofretwell.com/blog/setting-your-path/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Setting+Your+Path&amp;text=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this+-+http://alonzofretwell.com/blog/setting-your-path/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Setting+Your+Path&quot;+-+from+http://b2l.me/3yue4" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;summary=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Setting%20Your%20Path%22&amp;body=Link: http://alonzofretwell.com/blog/setting-your-path/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/setting-your-path/&amp;u_data[name]=Setting+Your+Path" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/setting-your-path/&amp;n=Setting+Your+Path" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/setting-your-path/&amp;t=Setting+Your+Path" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Setting+Your+Path&amp;url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/setting-your-path/&amp;h=Setting+Your+Path" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/setting-your-path/&amp;T=Setting+Your+Path" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Setting+Your+Path&amp;u=http://alonzofretwell.com/blog/setting-your-path/&amp;b=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Setting+Your+Path&amp;du=http://alonzofretwell.com/blog/setting-your-path/&amp;cn=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;body=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Setting+Your+Path+-+http://alonzofretwell.com/blog/setting-your-path/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;selection=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this&amp;url=http://alonzofretwell.com/blog/setting-your-path/&amp;format=microclip&amp;title=Setting+Your+Path&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Setting+Your+Path&amp;url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/setting-your-path/+&quot;Setting+Your+Path&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/setting-your-path/ %0D%0A%0D%0A To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fsetting-your-path%2F&amp;t=Setting+Your+Path" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Setting+Your+Path&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fsetting-your-path%2F&amp;desc=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path&amp;body=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/setting-your-path/&amp;title=Setting+Your+Path" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/setting-your-path/&amp;submitHeadline=Setting+Your+Path&amp;submitSummary=To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Setting+Your+Path&amp;body=Link: http://alonzofretwell.com/blog/setting-your-path/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A To%20change%20your%20path%20open%20.bashrc%20in%20your%20home%20directory%20with%20a%20text%20editor%20and%20change%20the%20variable%20PATH.%0D%0A%0D%0AExample...%0D%0AThe%20PATH%20variable%20in%20.bashrc%20is%20set%20to...%0D%0APATH%3D%22%2Fusr%2Fbin%3A%2Fbin%3A%2Fusr%2Fbin%2FX11%3A%2Fusr%2Fgames%22%0D%0Aand%20you%20want%20to%20add%20%2Fhome%2Foznola%2Fbin.%0D%0ASubsequently%20add%20the%20new%20directory%20to%20PATH%20like%20this" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/setting-your-path/&amp;lname=Setting+Your+Path" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/setting-your-path/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/setting-your-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change The Shell Prompt</title>
		<link>http://alonzofretwell.com/blog/change-the-shell-prompt/</link>
		<comments>http://alonzofretwell.com/blog/change-the-shell-prompt/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 19:22:42 +0000</pubDate>
		<dc:creator>Alonzo Fretwell</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[OS X Terminal]]></category>

		<guid isPermaLink="false">http://alonzofretwell.com/?p=838</guid>
		<description><![CDATA[PS1 is the special shell variable used for the text of the shell prompt. To change the shell prompt text change the contents of this variable. Example&#8230; Change your shell prompt to &#8220;Genie in a bottle: &#8221; type&#8230; $ PS1=&#8221;Genie &#8230; <a href="http://alonzofretwell.com/blog/change-the-shell-prompt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>PS1</strong> is the special shell variable used for the text of the shell prompt. To change the shell prompt text change the contents of this variable.</p>
<p>Example&#8230;<br />
Change your shell prompt to &#8220;<strong>Genie in a bottle: </strong>&#8221; type&#8230;<br />
$ <strong>PS1=&#8221;Genie in a bottle: &#8220;</strong> &lt;Enter&gt;<br />
Genie in a bottle:</p>
<p>The new text must be quoted because it has spaces in it. See <a href="http://alonzofretwell.com/blog/quoting-reserved-characters-part-1/">Quoting Reserved Characters</a>.</p>
<p>One can use special characters in the <strong>PS1</strong> variable in order to display special text. &#8220;<strong>\w</strong>&#8221; is an example where by adding it to the contents of <strong>PS1</strong> will list the current working directory at that point in the shell prompt text.</p>
<p>Example&#8230;<br />
Change your prompt to the default Bash prompt or the current working directory plus the &#8220;<strong>$</strong>&#8220;&#8230;<br />
$ <strong>PS1=&#8217;\w $ &#8216;</strong> &lt;Enter&gt;<br />
~ $</p>
<p>Example&#8230;<br />
To change back to the default (for a MacBook) type&#8230;<br />
~ $ <strong>PS1=&#8217;\h:\w \u$ &#8216;</strong> &lt;Enter&gt;<br />
bentley:~ zander10$</p>
<p>Consult your local Bash man page section under &#8220;PROMPTING&#8221; for the complete list of backslash escaped characters that can be used on your machine.</p>
<p>Here are the ones available on my machine&#8230;</p>
<p>\a     an ASCII bell character (07)<br />
\d     the  date  in &#8220;Weekday Month Date&#8221; format (e.g., &#8220;Tue May<br />
26&#8243;)<br />
\D{format}<br />
the format is passed to strftime(3)  and  the  result  is<br />
inserted  into the prompt string; an empty format results<br />
in a locale-specific time representation.  The braces are<br />
required<br />
\e     an ASCII escape character (033)<br />
\h     the hostname up to the first `.&#8217;<br />
\H     the hostname<br />
\j     the number of jobs currently managed by the shell<br />
\l     the basename of the shell&#8217;s terminal device name<br />
\n     newline<br />
\r     carriage return<br />
\s     the  name  of  the shell, the basename of $0 (the portion<br />
following the final slash)</p>
<p>\t     the current time in 24-hour HH:MM:SS format<br />
\T     the current time in 12-hour HH:MM:SS format<br />
\@     the current time in 12-hour am/pm format<br />
\A     the current time in 24-hour HH:MM format<br />
\u     the username of the current user<br />
\v     the version of bash (e.g., 2.00)<br />
\V     the release of bash, version + patch level (e.g., 2.00.0)<br />
\w     the  current  working  directory,  with $HOME abbreviated<br />
with a tilde<br />
\W     the basename of the current working directory, with $HOME<br />
abbreviated with a tilde<br />
\!     the history number of this command<br />
\#     the command number of this command<br />
\$     if the effective UID is 0, a #, otherwise a $<br />
\nnn   the character corresponding to the octal number nnn<br />
\\     a backslash<br />
\[     begin  a sequence of non-printing characters, which could<br />
be used to embed a terminal  control  sequence  into  the<br />
prompt<br />
\]     end a sequence of non-printing characters</p>
<p>One can combine any number of these special characters with regular characters to create a value for <strong>PS1</strong>.</p>
<p>To set your prompt permanently see <a href="http://tldp.org/HOWTO/Bash-Prompt-HOWTO/setps.html">this page.</a></p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://alonzofretwell.com/blog/change-the-shell-prompt/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;desc=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;bm_description=Change+The+Shell+Prompt&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Change+The+Shell+Prompt+-+http://b2l.me/3yuff&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;bmtitle=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;Title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;Title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;n=Change+The+Shell+Prompt&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;t=Change+The+Shell+Prompt&amp;d=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;body=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;description=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;desc=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;t=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Change+The+Shell+Prompt&amp;link=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;type=Article&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Change+The+Shell+Prompt&amp;body=Link: http://alonzofretwell.com/blog/change-the-shell-prompt/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;srcUrl=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;srcTitle=Change+The+Shell+Prompt&amp;snippet=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;t=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Change+The+Shell+Prompt&amp;body=Link: http://alonzofretwell.com/blog/change-the-shell-prompt/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Change+The+Shell+Prompt&amp;text=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20+-+http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Change+The+Shell+Prompt&quot;+-+from+http://b2l.me/3yuff" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;summary=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20&amp;source=Alonzo Fretwell" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Change%20The%20Shell%20Prompt%22&amp;body=Link: http://alonzofretwell.com/blog/change-the-shell-prompt/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;u_data[name]=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;n=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;t=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Change+The+Shell+Prompt&amp;url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;h=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;T=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Change+The+Shell+Prompt&amp;u=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;b=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Change+The+Shell+Prompt&amp;du=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;cn=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;body=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Change+The+Shell+Prompt+-+http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;selection=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20&amp;url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;format=microclip&amp;title=Change+The+Shell+Prompt&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Change+The+Shell+Prompt&amp;url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://alonzofretwell.com/blog/change-the-shell-prompt/+&quot;Change+The+Shell+Prompt&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://alonzofretwell.com/blog/change-the-shell-prompt/ %0D%0A%0D%0A PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fchange-the-shell-prompt%2F&amp;t=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Change+The+Shell+Prompt&amp;url=http%3A%2F%2Falonzofretwell.com%2Fblog%2Fchange-the-shell-prompt%2F&amp;desc=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt&amp;body=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;title=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;submitHeadline=Change+The+Shell+Prompt&amp;submitSummary=PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Change+The+Shell+Prompt&amp;body=Link: http://alonzofretwell.com/blog/change-the-shell-prompt/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A PS1%20is%20the%20special%20shell%20variable%20used%20for%20the%20text%20of%20the%20shell%20prompt.%20To%20change%20the%20shell%20prompt%20text%20change%20the%20contents%20of%20this%20variable.%0D%0A%0D%0AExample...%0D%0AChange%20your%20shell%20prompt%20to%20%22Genie%20in%20a%20bottle%3A%20%22%20type...%0D%0A%24%20PS1%3D%22Genie%20in%20a%20bottle%3A%20%22%20%26lt%3BEnter%26gt%3B%0D%0AGenie%20in%20a%20bottle%3A%0D%0A%0D%0AThe%20new%20text%20must%20" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://alonzofretwell.com/blog/change-the-shell-prompt/&amp;lname=Change+The+Shell+Prompt" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://alonzofretwell.com/blog/change-the-shell-prompt/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://alonzofretwell.com/blog/change-the-shell-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

