<?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: Making The Linux Command Line A Little Friendlier</title>
	<atom:link href="http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 12:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sikku</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-8812</link>
		<dc:creator>Sikku</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-8812</guid>
		<description>I am happy without any aliases...
The only alias I use is 
lsd=&quot;ls -lhrt&quot; #sort files with modification date and display size in Mb.</description>
		<content:encoded><![CDATA[<p>I am happy without any aliases&#8230;<br />
The only alias I use is<br />
lsd=&#8221;ls -lhrt&#8221; #sort files with modification date and display size in Mb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sikku</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-22001</link>
		<dc:creator>Sikku</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-22001</guid>
		<description>I am happy without any aliases...
The only alias I use is 
lsd=&quot;ls -lhrt&quot; #sort files with modification date and display size in Mb.</description>
		<content:encoded><![CDATA[<p>I am happy without any aliases&#8230;<br />
The only alias I use is<br />
lsd=&#8221;ls -lhrt&#8221; #sort files with modification date and display size in Mb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sikku</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-22002</link>
		<dc:creator>Sikku</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-22002</guid>
		<description>I am happy without any aliases...
The only alias I use is 
lsd=&quot;ls -lhrt&quot; #sort files with modification date and display size in Mb.</description>
		<content:encoded><![CDATA[<p>I am happy without any aliases&#8230;<br />
The only alias I use is<br />
lsd=&#8221;ls -lhrt&#8221; #sort files with modification date and display size in Mb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Trigueros</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-7647</link>
		<dc:creator>Jose Trigueros</dc:creator>
		<pubDate>Mon, 11 May 2009 18:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-7647</guid>
		<description>I don&#039;t know if this behaviour is expected but when I used the alias: 
alias install=&#039;sudo apt-get install&#039;

I cannot autocomplete anything after I type intall. For example, if I type:
inst #this autocompletes to &#039;install&#039;
Which is good but now if I go and do this:
install abr #nothing happens
but if I were to do:
sudo apt-get install abr #this autocompletes to &#039;abrowser&#039;
which is the expected output.
Does anyone know how to fix this?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this behaviour is expected but when I used the alias:<br />
alias install=&#8217;sudo apt-get install&#8217;</p>
<p>I cannot autocomplete anything after I type intall. For example, if I type:<br />
inst #this autocompletes to &#8216;install&#8217;<br />
Which is good but now if I go and do this:<br />
install abr #nothing happens<br />
but if I were to do:<br />
sudo apt-get install abr #this autocompletes to &#8216;abrowser&#8217;<br />
which is the expected output.<br />
Does anyone know how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Trigueros</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-22000</link>
		<dc:creator>Jose Trigueros</dc:creator>
		<pubDate>Mon, 11 May 2009 18:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-22000</guid>
		<description>I don&#039;t know if this behaviour is expected but when I used the alias: 
alias install=&#039;sudo apt-get install&#039;

I cannot autocomplete anything after I type intall. For example, if I type:
inst #this autocompletes to &#039;install&#039;
Which is good but now if I go and do this:
install abr #nothing happens
but if I were to do:
sudo apt-get install abr #this autocompletes to &#039;abrowser&#039;
which is the expected output.
Does anyone know how to fix this?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this behaviour is expected but when I used the alias:<br />
alias install=&#8217;sudo apt-get install&#8217;</p>
<p>I cannot autocomplete anything after I type intall. For example, if I type:<br />
inst #this autocompletes to &#8216;install&#8217;<br />
Which is good but now if I go and do this:<br />
install abr #nothing happens<br />
but if I were to do:<br />
sudo apt-get install abr #this autocompletes to &#8216;abrowser&#8217;<br />
which is the expected output.<br />
Does anyone know how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Articles Collection of Mar’09 &#171; Dako-Tux</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-7069</link>
		<dc:creator>Articles Collection of Mar’09 &#171; Dako-Tux</dc:creator>
		<pubDate>Sat, 04 Apr 2009 09:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-7069</guid>
		<description>[...] Making The Linux Command Line A Little Friendlier [...]</description>
		<content:encoded><![CDATA[<p>[...] Making The Linux Command Line A Little Friendlier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Right Way to Help &#124; Ubuntard.com</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-6880</link>
		<dc:creator>The Right Way to Help &#124; Ubuntard.com</dc:creator>
		<pubDate>Mon, 23 Mar 2009 05:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-6880</guid>
		<description>[...] Making The Linux Command Line A Little Friendlier by Joshua Price. [...]</description>
		<content:encoded><![CDATA[<p>[...] Making The Linux Command Line A Little Friendlier by Joshua Price. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HowtoMatrix &#187; Making The Linux Command Line A Little Friendlier</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-6872</link>
		<dc:creator>HowtoMatrix &#187; Making The Linux Command Line A Little Friendlier</dc:creator>
		<pubDate>Sun, 22 Mar 2009 18:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-6872</guid>
		<description>[...] Read more at Make Tech Easier [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more at Make Tech Easier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Price</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-6870</link>
		<dc:creator>Joshua Price</dc:creator>
		<pubDate>Sun, 22 Mar 2009 16:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-6870</guid>
		<description>You&#039;re right, that was supposed to be &quot;dfree&quot;, thanks</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, that was supposed to be &#8220;dfree&#8221;, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Price</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-21999</link>
		<dc:creator>Joshua Price</dc:creator>
		<pubDate>Sun, 22 Mar 2009 16:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-21999</guid>
		<description>You&#039;re right, that was supposed to be &quot;dfree&quot;, thanks</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, that was supposed to be &#8220;dfree&#8221;, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-6862</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Sun, 22 Mar 2009 06:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-6862</guid>
		<description>I don&#039;t think it&#039;s a good idea to suggest users replace the `free` command with an alias for human readable `df` output.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it&#8217;s a good idea to suggest users replace the `free` command with an alias for human readable `df` output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-21998</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Sun, 22 Mar 2009 06:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-21998</guid>
		<description>I don&#039;t think it&#039;s a good idea to suggest users replace the `free` command with an alias for human readable `df` output.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it&#8217;s a good idea to suggest users replace the `free` command with an alias for human readable `df` output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayo</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-6850</link>
		<dc:creator>dayo</dc:creator>
		<pubDate>Sat, 21 Mar 2009 17:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-6850</guid>
		<description>I messed up the copyPaste on the following aliases:

alias i0=’iftoalias up=’cd ..’
alias upl=’cd ..;dir’
alias ll=’last &#124; less’p -i eth0?

the correct pasting would be:
alias i0=&#039;iftop -i eth0&#039;
alias up=&#039;cd..&#039;
alias ll=&#039;last &#124; less&#039;

Sorry about that.</description>
		<content:encoded><![CDATA[<p>I messed up the copyPaste on the following aliases:</p>
<p>alias i0=’iftoalias up=’cd ..’<br />
alias upl=’cd ..;dir’<br />
alias ll=’last | less’p -i eth0?</p>
<p>the correct pasting would be:<br />
alias i0=&#8217;iftop -i eth0&#8242;<br />
alias up=&#8217;cd..&#8217;<br />
alias ll=&#8217;last | less&#8217;</p>
<p>Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayo</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-21996</link>
		<dc:creator>dayo</dc:creator>
		<pubDate>Sat, 21 Mar 2009 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-21996</guid>
		<description>I messed up the copyPaste on the following aliases:

alias i0=’iftoalias up=’cd ..’
alias upl=’cd ..;dir’
alias ll=’last &#124; less’p -i eth0?

the correct pasting would be:
alias i0=&#039;iftop -i eth0&#039;
alias up=&#039;cd..&#039;
alias ll=&#039;last &#124; less&#039;

Sorry about that.</description>
		<content:encoded><![CDATA[<p>I messed up the copyPaste on the following aliases:</p>
<p>alias i0=’iftoalias up=’cd ..’<br />
alias upl=’cd ..;dir’<br />
alias ll=’last | less’p -i eth0?</p>
<p>the correct pasting would be:<br />
alias i0=&#8217;iftop -i eth0&#8242;<br />
alias up=&#8217;cd..&#8217;<br />
alias ll=&#8217;last | less&#8217;</p>
<p>Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayo</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-21997</link>
		<dc:creator>dayo</dc:creator>
		<pubDate>Sat, 21 Mar 2009 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-21997</guid>
		<description>I messed up the copyPaste on the following aliases:

alias i0=’iftoalias up=’cd ..’
alias upl=’cd ..;dir’
alias ll=’last &#124; less’p -i eth0?

the correct pasting would be:
alias i0=&#039;iftop -i eth0&#039;
alias up=&#039;cd..&#039;
alias ll=&#039;last &#124; less&#039;

Sorry about that.</description>
		<content:encoded><![CDATA[<p>I messed up the copyPaste on the following aliases:</p>
<p>alias i0=’iftoalias up=’cd ..’<br />
alias upl=’cd ..;dir’<br />
alias ll=’last | less’p -i eth0?</p>
<p>the correct pasting would be:<br />
alias i0=&#8217;iftop -i eth0&#8242;<br />
alias up=&#8217;cd..&#8217;<br />
alias ll=&#8217;last | less&#8217;</p>
<p>Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Price</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-6849</link>
		<dc:creator>Joshua Price</dc:creator>
		<pubDate>Sat, 21 Mar 2009 16:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-6849</guid>
		<description>Thanks dayo, there&#039;s some useful stuff in there.  

I might as well add one of my own that I forgot to include in the original artcle

alias lsize=&quot;ls -lSrh&quot;  #show files sorted by size</description>
		<content:encoded><![CDATA[<p>Thanks dayo, there&#8217;s some useful stuff in there.  </p>
<p>I might as well add one of my own that I forgot to include in the original artcle</p>
<p>alias lsize=&#8221;ls -lSrh&#8221;  #show files sorted by size</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Price</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-21995</link>
		<dc:creator>Joshua Price</dc:creator>
		<pubDate>Sat, 21 Mar 2009 16:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-21995</guid>
		<description>Thanks dayo, there&#039;s some useful stuff in there.  

I might as well add one of my own that I forgot to include in the original artcle

alias lsize=&quot;ls -lSrh&quot;  #show files sorted by size</description>
		<content:encoded><![CDATA[<p>Thanks dayo, there&#8217;s some useful stuff in there.  </p>
<p>I might as well add one of my own that I forgot to include in the original artcle</p>
<p>alias lsize=&#8221;ls -lSrh&#8221;  #show files sorted by size</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayo</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-6844</link>
		<dc:creator>dayo</dc:creator>
		<pubDate>Sat, 21 Mar 2009 09:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-6844</guid>
		<description>here are some of the aliases i find useful:

alias dir=&#039;ls -alh&#039;
alias dirr=&#039;ls -altrh&#039;
alias dl=&#039;dir &#124; less&#039;
alias dlr=&#039;dirr &#124; less&#039;
alias i0=&#039;iftoalias up=&#039;cd ..&#039;
alias upl=&#039;cd ..;dir&#039;
alias ll=&#039;last &#124; less&#039;p -i eth0&#039;
alias vi=&#039;vim&#039;
alias syns=&#039;synergys -f --config .synergy.conf&#039;
alias rsn=&#039;sudo /etc/init.d/networking restart&#039;
alias wgc=&#039;wget -c&#039;</description>
		<content:encoded><![CDATA[<p>here are some of the aliases i find useful:</p>
<p>alias dir=&#8217;ls -alh&#8217;<br />
alias dirr=&#8217;ls -altrh&#8217;<br />
alias dl=&#8217;dir | less&#8217;<br />
alias dlr=&#8217;dirr | less&#8217;<br />
alias i0=&#8217;iftoalias up=&#8217;cd ..&#8217;<br />
alias upl=&#8217;cd ..;dir&#8217;<br />
alias ll=&#8217;last | less&#8217;p -i eth0&#8242;<br />
alias vi=&#8217;vim&#8217;<br />
alias syns=&#8217;synergys -f &#8211;config .synergy.conf&#8217;<br />
alias rsn=&#8217;sudo /etc/init.d/networking restart&#8217;<br />
alias wgc=&#8217;wget -c&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayo</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-21994</link>
		<dc:creator>dayo</dc:creator>
		<pubDate>Sat, 21 Mar 2009 09:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-21994</guid>
		<description>here are some of the aliases i find useful:

alias dir=&#039;ls -alh&#039;
alias dirr=&#039;ls -altrh&#039;
alias dl=&#039;dir &#124; less&#039;
alias dlr=&#039;dirr &#124; less&#039;
alias i0=&#039;iftoalias up=&#039;cd ..&#039;
alias upl=&#039;cd ..;dir&#039;
alias ll=&#039;last &#124; less&#039;p -i eth0&#039;
alias vi=&#039;vim&#039;
alias syns=&#039;synergys -f --config .synergy.conf&#039;
alias rsn=&#039;sudo /etc/init.d/networking restart&#039;
alias wgc=&#039;wget -c&#039;</description>
		<content:encoded><![CDATA[<p>here are some of the aliases i find useful:</p>
<p>alias dir=&#8217;ls -alh&#8217;<br />
alias dirr=&#8217;ls -altrh&#8217;<br />
alias dl=&#8217;dir | less&#8217;<br />
alias dlr=&#8217;dirr | less&#8217;<br />
alias i0=&#8217;iftoalias up=&#8217;cd ..&#8217;<br />
alias upl=&#8217;cd ..;dir&#8217;<br />
alias ll=&#8217;last | less&#8217;p -i eth0&#8242;<br />
alias vi=&#8217;vim&#8217;<br />
alias syns=&#8217;synergys -f &#8211;config .synergy.conf&#8217;<br />
alias rsn=&#8217;sudo /etc/init.d/networking restart&#8217;<br />
alias wgc=&#8217;wget -c&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukerazor</title>
		<link>http://maketecheasier.com/making-the-linux-command-line-a-little-friendlier/2009/03/19#comment-6831</link>
		<dc:creator>lukerazor</dc:creator>
		<pubDate>Fri, 20 Mar 2009 06:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=3366#comment-6831</guid>
		<description>I always add cd..=&quot;cd ..&quot; , I always stuff that up :).

I also use cp=&quot;cp -v&quot; and similar for mv and rm coz I like to see what is happening</description>
		<content:encoded><![CDATA[<p>I always add cd..=&#8221;cd ..&#8221; , I always stuff that up :).</p>
<p>I also use cp=&#8221;cp -v&#8221; and similar for mv and rm coz I like to see what is happening</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 08:43:42 -->
