<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Create Aliases in Ubuntu</title>
	<atom:link href="http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/</link>
	<description>@gmail.com</description>
	<lastBuildDate>Wed, 23 Nov 2011 07:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: How can I run Oracle SQL Developer on JDK 1.6 and everything else on 1.7? &#171; Ukrainian Oracle User Group</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-3992</link>
		<dc:creator>How can I run Oracle SQL Developer on JDK 1.6 and everything else on 1.7? &#171; Ukrainian Oracle User Group</dc:creator>
		<pubDate>Tue, 25 Oct 2011 12:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-3992</guid>
		<description>[...] You&#8217;ll probably want to do something to make this easier on yourself such as setting up an alias in Linux or maybe another environment variable in [...]</description>
		<content:encoded><![CDATA[<p>[...] You&#8217;ll probably want to do something to make this easier on yourself such as setting up an alias in Linux or maybe another environment variable in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-3937</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Sat, 22 Oct 2011 09:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-3937</guid>
		<description>thanks much!</description>
		<content:encoded><![CDATA[<p>thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brockangelo</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-2721</link>
		<dc:creator>brockangelo</dc:creator>
		<pubDate>Thu, 11 Aug 2011 19:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-2721</guid>
		<description>sweet - thanks!</description>
		<content:encoded><![CDATA[<p>sweet &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matlix</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-2720</link>
		<dc:creator>matlix</dc:creator>
		<pubDate>Thu, 11 Aug 2011 18:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-2720</guid>
		<description>Another way is to create the file ~/.bash_aliases and add your alias command there. .bashrc should check to see if the file exists with the lines
if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi 
then just type source .bashrc. Slightly tidier.</description>
		<content:encoded><![CDATA[<p>Another way is to create the file ~/.bash_aliases and add your alias command there. .bashrc should check to see if the file exists with the lines<br />
if [ -f ~/.bash_aliases ]; then<br />
    . ~/.bash_aliases<br />
fi<br />
then just type source .bashrc. Slightly tidier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grimfiend</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-2505</link>
		<dc:creator>grimfiend</dc:creator>
		<pubDate>Wed, 13 Jul 2011 18:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-2505</guid>
		<description>Disregard, just found my answer....thx</description>
		<content:encoded><![CDATA[<p>Disregard, just found my answer&#8230;.thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grimfiend</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-2504</link>
		<dc:creator>grimfiend</dc:creator>
		<pubDate>Wed, 13 Jul 2011 18:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-2504</guid>
		<description>I want to set up an alias that uses multiple commands.  Can this be done?  If so, how does one go about doing it using the alias command only?</description>
		<content:encoded><![CDATA[<p>I want to set up an alias that uses multiple commands.  Can this be done?  If so, how does one go about doing it using the alias command only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-2239</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Tue, 17 May 2011 20:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-2239</guid>
		<description>Nice article--I could&#039;t remember the syntax for this command, so this we helpful!

Just a quick tip: You can also type the &quot;alias la=&quot;ls -alh&quot; directly into the terminal to create an alias. For example, entering the following command (minus the &quot;user:~$&quot; part) would allow me to enter &quot;la&quot; in place of &quot;ls -alh&quot;:
user:~$ alias la=&quot;ls -alh&quot;</description>
		<content:encoded><![CDATA[<p>Nice article&#8211;I could&#8217;t remember the syntax for this command, so this we helpful!</p>
<p>Just a quick tip: You can also type the &#8220;alias la=&#8221;ls -alh&#8221; directly into the terminal to create an alias. For example, entering the following command (minus the &#8220;user:~$&#8221; part) would allow me to enter &#8220;la&#8221; in place of &#8220;ls -alh&#8221;:<br />
user:~$ alias la=&#8221;ls -alh&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hippie</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-2161</link>
		<dc:creator>hippie</dc:creator>
		<pubDate>Tue, 26 Apr 2011 02:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-2161</guid>
		<description>&lt;a href=&quot;#comment-850&quot; rel=&quot;nofollow&quot;&gt;@ander &lt;/a&gt; you did it wrong then. instead of pico, use nano. Pico is not installed by default.</description>
		<content:encoded><![CDATA[<p><a href="#comment-850" rel="nofollow">@ander </a> you did it wrong then. instead of pico, use nano. Pico is not installed by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hailon</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-2093</link>
		<dc:creator>Hailon</dc:creator>
		<pubDate>Wed, 30 Mar 2011 14:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-2093</guid>
		<description>&lt;a href=&quot;#comment-850&quot; rel=&quot;nofollow&quot;&gt;@ander &lt;/a&gt; 
Try .bashrc</description>
		<content:encoded><![CDATA[<p><a href="#comment-850" rel="nofollow">@ander </a><br />
Try .bashrc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ander</title>
		<link>http://brockangelo.com/2008/10/13/create-aliases-in-ubuntu/comment-page-1/#comment-850</link>
		<dc:creator>ander</dc:creator>
		<pubDate>Thu, 16 Sep 2010 16:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=372#comment-850</guid>
		<description>I tried this with Linux Mint 9, but it had no effect.</description>
		<content:encoded><![CDATA[<p>I tried this with Linux Mint 9, but it had no effect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

