<?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 LS Command: 15 Practical Examples</title>
	<atom:link href="http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Fri, 19 Mar 2010 15:05:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Avin</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-40021</link>
		<dc:creator>Avin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 13:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-40021</guid>
		<description>Frankly speaking. I use LS command lots of time but never thought It is as strong command that much.   
Thanks for the cool LS options.</description>
		<content:encoded><![CDATA[<p>Frankly speaking. I use LS command lots of time but never thought It is as strong command that much.<br />
Thanks for the cool LS options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nardi</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-38381</link>
		<dc:creator>nardi</dc:creator>
		<pubDate>Mon, 08 Mar 2010 09:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-38381</guid>
		<description>@metrit
use regular expressions 
see man regexp or google &quot;bash regular expressions&quot;

list files starting with &#039;t&#039;:
$ ls t*</description>
		<content:encoded><![CDATA[<p>@metrit<br />
use regular expressions<br />
see man regexp or google &#8220;bash regular expressions&#8221;</p>
<p>list files starting with &#8216;t&#8217;:<br />
$ ls t*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metrit</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-38001</link>
		<dc:creator>metrit</dc:creator>
		<pubDate>Sat, 06 Mar 2010 11:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-38001</guid>
		<description>when i want to print only the ones starting with t for example wich is the right command ??</description>
		<content:encoded><![CDATA[<p>when i want to print only the ones starting with t for example wich is the right command ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santanu</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-36786</link>
		<dc:creator>santanu</dc:creator>
		<pubDate>Sat, 27 Feb 2010 03:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-36786</guid>
		<description>nice post</description>
		<content:encoded><![CDATA[<p>nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajesh</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-33572</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Tue, 09 Feb 2010 07:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-33572</guid>
		<description>List files based on their size.

ls -l&#124;sort -n</description>
		<content:encoded><![CDATA[<p>List files based on their size.</p>
<p>ls -l|sort -n</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasodha</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-28401</link>
		<dc:creator>Yasodha</dc:creator>
		<pubDate>Tue, 05 Jan 2010 07:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-28401</guid>
		<description>Great !!! Really helpful post.... Thanks a lot......</description>
		<content:encoded><![CDATA[<p>Great !!! Really helpful post&#8230;. Thanks a lot&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nardi</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-28330</link>
		<dc:creator>nardi</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-28330</guid>
		<description>@Arun 
read manual (type: man ls)
$ ls -S  ... biggest files first
$ ls -Sr ... smallest files first
or if you like it long and understandable (I thing this is handy only for aliases in config files):
$ ls --sort=size --reverse</description>
		<content:encoded><![CDATA[<p>@Arun<br />
read manual (type: man ls)<br />
$ ls -S  &#8230; biggest files first<br />
$ ls -Sr &#8230; smallest files first<br />
or if you like it long and understandable (I thing this is handy only for aliases in config files):<br />
$ ls &#8211;sort=size &#8211;reverse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-28289</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Mon, 04 Jan 2010 10:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-28289</guid>
		<description>Good Post

But what is the ls command to list the files by Size wise(Ascending / Descending)</description>
		<content:encoded><![CDATA[<p>Good Post</p>
<p>But what is the ls command to list the files by Size wise(Ascending / Descending)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Heston &#187; UNIX Tutorial: ls (list contents of working directory)</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-28211</link>
		<dc:creator>Tom Heston &#187; UNIX Tutorial: ls (list contents of working directory)</dc:creator>
		<pubDate>Sun, 03 Jan 2010 18:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-28211</guid>
		<description>[...] Some useful examples are found at http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Some useful examples are found at <a href="http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/" rel="nofollow">http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Beginner&#8217;s Guide to The Geek Stuff &#8211; A Guided Tour</title>
		<link>http://www.thegeekstuff.com/2009/07/linux-ls-command-examples/comment-page-1/#comment-27693</link>
		<dc:creator>The Beginner&#8217;s Guide to The Geek Stuff &#8211; A Guided Tour</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=550#comment-27693</guid>
		<description>[...] Unix LS Command: 15 Practical Examples [...]</description>
		<content:encoded><![CDATA[<p>[...] Unix LS Command: 15 Practical Examples [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
