<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Unix Bash Alias Tutorial &#8211; Handle Alias Command Like Jennifer Garner</title>
	<atom:link href="http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: RAGHU</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-189460</link>
		<dc:creator>RAGHU</dc:creator>
		<pubDate>Fri, 03 Feb 2012 05:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-189460</guid>
		<description>@gotham - put the alias in .bashrc file   and relogin.</description>
		<content:encoded><![CDATA[<p>@gotham &#8211; put the alias in .bashrc file   and relogin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gotham</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-189051</link>
		<dc:creator>gotham</dc:creator>
		<pubDate>Thu, 02 Feb 2012 11:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-189051</guid>
		<description>well guys let me how to add alias permanently ?????????</description>
		<content:encoded><![CDATA[<p>well guys let me how to add alias permanently ?????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris F.A. Johnson</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-48788</link>
		<dc:creator>Chris F.A. Johnson</dc:creator>
		<pubDate>Wed, 02 Jun 2010 08:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-48788</guid>
		<description>“is it true that all unix commands run in linux but all linux commands not in unix”

What do you mean by &quot;Unix&quot;?

Most commands written for one *nix system can be compiled for any *nix system.</description>
		<content:encoded><![CDATA[<p>“is it true that all unix commands run in linux but all linux commands not in unix”</p>
<p>What do you mean by &#8220;Unix&#8221;?</p>
<p>Most commands written for one *nix system can be compiled for any *nix system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAGHU SUBRAMANIAM</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-48786</link>
		<dc:creator>RAGHU SUBRAMANIAM</dc:creator>
		<pubDate>Wed, 02 Jun 2010 08:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-48786</guid>
		<description>@Shantanu - after making the changes in .bashrc, if you want to use the alias immediately you can source the file.
source  ~/.bashrc 
or 
. ~/bashrc
This will make the changes available to the current shell itself.</description>
		<content:encoded><![CDATA[<p>@Shantanu &#8211; after making the changes in .bashrc, if you want to use the alias immediately you can source the file.<br />
source  ~/.bashrc<br />
or<br />
. ~/bashrc<br />
This will make the changes available to the current shell itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NCM</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-45930</link>
		<dc:creator>NCM</dc:creator>
		<pubDate>Wed, 05 May 2010 08:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-45930</guid>
		<description>@Priya: If you are intending to avoid accidental deletion, you may do the following:
alias crontab=&#039;crontab -i&#039;
This will prompt you before deleting :)</description>
		<content:encoded><![CDATA[<p>@Priya: If you are intending to avoid accidental deletion, you may do the following:<br />
alias crontab=&#8217;crontab -i&#8217;<br />
This will prompt you before deleting <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priya</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-43647</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Tue, 20 Apr 2010 09:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-43647</guid>
		<description>How to use alias to remove the &quot;crontab -r&quot; command to &quot;crontab -l &quot;</description>
		<content:encoded><![CDATA[<p>How to use alias to remove the &#8220;crontab -r&#8221; command to &#8220;crontab -l &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Oak</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-43132</link>
		<dc:creator>Shantanu Oak</dc:creator>
		<pubDate>Sat, 17 Apr 2010 10:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-43132</guid>
		<description>After adding the command to bashrc you need to either restart or start another instance. I could not use the command immediately after adding it to .bashrc file.

vi ~/.bashrc
alias mysql_new=&#039;mysql -uroot -p --prompt=&quot;(\r:\m)\_mysql&gt;&quot; --show-warnings --tee=&quot;/home/sqltee.txt&quot;&#039;

I use the above alias to start mysql from command prompt and found it useful enough to share.</description>
		<content:encoded><![CDATA[<p>After adding the command to bashrc you need to either restart or start another instance. I could not use the command immediately after adding it to .bashrc file.</p>
<p>vi ~/.bashrc<br />
alias mysql_new=&#8217;mysql -uroot -p &#8211;prompt=&#8221;(\r:\m)\_mysql&gt;&#8221; &#8211;show-warnings &#8211;tee=&#8221;/home/sqltee.txt&#8221;&#8216;</p>
<p>I use the above alias to start mysql from command prompt and found it useful enough to share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BalaC</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-42852</link>
		<dc:creator>BalaC</dc:creator>
		<pubDate>Thu, 15 Apr 2010 10:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-42852</guid>
		<description>You can also add the alias to your bashrc file to make the change work everytime you login via SSH</description>
		<content:encoded><![CDATA[<p>You can also add the alias to your bashrc file to make the change work everytime you login via SSH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-42813</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Thu, 15 Apr 2010 01:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-42813</guid>
		<description>Anurag Rana: No thats not true always most command do run on linux, like for instance prstat on solaris is similar to top on linux, different command but similar output

shareall is another command for sharing nfs in solaris world in unix we have exportfs in linux world 

many more examples...

This is where alias play a vital role if you are used to a command you can always substitute it</description>
		<content:encoded><![CDATA[<p>Anurag Rana: No thats not true always most command do run on linux, like for instance prstat on solaris is similar to top on linux, different command but similar output</p>
<p>shareall is another command for sharing nfs in solaris world in unix we have exportfs in linux world </p>
<p>many more examples&#8230;</p>
<p>This is where alias play a vital role if you are used to a command you can always substitute it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SamD</title>
		<link>http://www.thegeekstuff.com/2010/04/unix-bash-alias-examples/comment-page-1/#comment-42797</link>
		<dc:creator>SamD</dc:creator>
		<pubDate>Thu, 15 Apr 2010 00:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4009#comment-42797</guid>
		<description>Nice article. One small point -- in the example for unalias hcl:  the second line under that should say &quot;hcl is ...&quot; vice &quot;mnt is ...&quot;.</description>
		<content:encoded><![CDATA[<p>Nice article. One small point &#8212; in the example for unalias hcl:  the second line under that should say &#8220;hcl is &#8230;&#8221; vice &#8220;mnt is &#8230;&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 11:49:28 -->
