<?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 Aliases in Unix shells</title>
	<atom:link href="http://www.unixtutorial.org/2009/06/command-aliases-in-unix-shells/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2009/06/command-aliases-in-unix-shells/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Sun, 29 Aug 2010 16:01:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: bhagya</title>
		<link>http://www.unixtutorial.org/2009/06/command-aliases-in-unix-shells/comment-page-1/#comment-6229</link>
		<dc:creator>bhagya</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=572#comment-6229</guid>
		<description>Some more information about unix alias command

http://scripterworld.blogspot.com/2009/09/unix-alias-command-parameters-or.html</description>
		<content:encoded><![CDATA[<p>Some more information about unix alias command</p>
<p><a href="http://scripterworld.blogspot.com/2009/09/unix-alias-command-parameters-or.html" rel="nofollow">http://scripterworld.blogspot.com/2009/09/unix-alias-command-parameters-or.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Yeoman</title>
		<link>http://www.unixtutorial.org/2009/06/command-aliases-in-unix-shells/comment-page-1/#comment-5655</link>
		<dc:creator>Nick Yeoman</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=572#comment-5655</guid>
		<description>I loved this article so much I had to write about it myself!

http://www.nickyeoman.com/blog/desktop-development/62-unix-aliases</description>
		<content:encoded><![CDATA[<p>I loved this article so much I had to write about it myself!</p>
<p><a href="http://www.nickyeoman.com/blog/desktop-development/62-unix-aliases" rel="nofollow">http://www.nickyeoman.com/blog/desktop-development/62-unix-aliases</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: verdon vaillancourt</title>
		<link>http://www.unixtutorial.org/2009/06/command-aliases-in-unix-shells/comment-page-1/#comment-4873</link>
		<dc:creator>verdon vaillancourt</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=572#comment-4873</guid>
		<description>great tip, thanks!

Here&#039;s one that I use. It&#039;s a little specific to me perhaps, but a good example of how the alias reduces an oft used command from a great long string to 4 characters

alias cloc=&#039;/Users/verdon/Library/Scripts/cloc-1.08.pl --read-lang-def=/Users/verdon/Library/Scripts/cloc-definitions.txt&#039;

Note: cloc is a script for counting lines of code</description>
		<content:encoded><![CDATA[<p>great tip, thanks!</p>
<p>Here's one that I use. It's a little specific to me perhaps, but a good example of how the alias reduces an oft used command from a great long string to 4 characters</p>
<p>alias cloc='/Users/verdon/Library/Scripts/cloc-1.08.pl &#8211;read-lang-def=/Users/verdon/Library/Scripts/cloc-definitions.txt'</p>
<p>Note: cloc is a script for counting lines of code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Yeoman</title>
		<link>http://www.unixtutorial.org/2009/06/command-aliases-in-unix-shells/comment-page-1/#comment-4872</link>
		<dc:creator>Nick Yeoman</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=572#comment-4872</guid>
		<description>Great article post!  I remember learning this in my first year of college. I&#039;ve not used alias&#039; since (except on windows to fix their ls to work as dir).  This is a great reminder of how we should be saving ourselves time using available tools.

My favorite alias is:
ll      ls -la --color=tty
( added the -a option to mine)

I also setup my ssh connections like so:
ssh-mysql    ssh nick@server.com -L 3306:localhost:3306
(the above is an ssh tunnel for mysql)</description>
		<content:encoded><![CDATA[<p>Great article post!  I remember learning this in my first year of college. I've not used alias' since (except on windows to fix their ls to work as dir).  This is a great reminder of how we should be saving ourselves time using available tools.</p>
<p>My favorite alias is:<br />
ll      ls -la &#8211;color=tty<br />
( added the -a option to mine)</p>
<p>I also setup my ssh connections like so:<br />
ssh-mysql    ssh <a href="mailto:nick@server.com">nick@server.com</a> -L 3306:localhost:3306<br />
(the above is an ssh tunnel for mysql)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
