<?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: Command Line Basics: Create Custom Commands with Alias</title>
	<atom:link href="http://tuxtweaks.com/2009/05/command-line-basics-create-custom-commands-with-alias/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuxtweaks.com/2009/05/command-line-basics-create-custom-commands-with-alias/</link>
	<description>Linux Tweaks, HowTo&#039;s and Reviews</description>
	<lastBuildDate>Thu, 17 May 2012 22:10:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Hayden</title>
		<link>http://tuxtweaks.com/2009/05/command-line-basics-create-custom-commands-with-alias/comment-page-1/#comment-4795</link>
		<dc:creator>Hayden</dc:creator>
		<pubDate>Fri, 14 Jan 2011 11:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=505#comment-4795</guid>
		<description>Nice tutorial! I found myself opening webpages in chromium from the terminal quite frequently and typing &#039;chromium-browser www.webaddresshere.com&#039; was a bit tedius, so I used an alias to reduce it to &#039;web &lt;www.webaddresshere.com&#039;.</description>
		<content:encoded><![CDATA[<p>Nice tutorial! I found myself opening webpages in chromium from the terminal quite frequently and typing 'chromium-browser <a href="http://www.webaddresshere.com" rel="nofollow">http://www.webaddresshere.com</a>' was a bit tedius, so I used an alias to reduce it to 'web &lt;www.webaddresshere.com&#039;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sadanand Hegde</title>
		<link>http://tuxtweaks.com/2009/05/command-line-basics-create-custom-commands-with-alias/comment-page-1/#comment-130</link>
		<dc:creator>Sadanand Hegde</dc:creator>
		<pubDate>Sun, 31 May 2009 18:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=505#comment-130</guid>
		<description>I like to keep the .bash_aliases (and one each for .bash_functions, etc..) as a separate file and then add &quot;. .bash_aliases&quot;
 to the .bashrc file (In fact, there is usually a if ... fi in all the distro&#039;s .bashrc)

Also instead of doing &quot;source .bashrc&quot; you could also do &quot;. .bashrc&quot;

check out my blog on the same topic!

http://srhegde.blogspot.com/2009/05/bash-aliases.html</description>
		<content:encoded><![CDATA[<p>I like to keep the .bash_aliases (and one each for .bash_functions, etc..) as a separate file and then add ". .bash_aliases"<br />
 to the .bashrc file (In fact, there is usually a if ... fi in all the distro's .bashrc)</p>
<p>Also instead of doing "source .bashrc" you could also do ". .bashrc"</p>
<p>check out my blog on the same topic!</p>
<p><a href="http://srhegde.blogspot.com/2009/05/bash-aliases.html" rel="nofollow">http://srhegde.blogspot.com/2009/05/bash-aliases.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

