<?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: 14 Useful Examples of &#8216;Sort&#8217; Command in Linux &#8211; Part 1	</title>
	<atom:link href="https://www.tecmint.com/sort-command-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/sort-command-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 06 Nov 2023 07:14:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/sort-command-linux/comment-page-1/#comment-2099117</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 06 Nov 2023 06:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12571#comment-2099117</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/sort-command-linux/comment-page-1/#comment-2098893&quot;&gt;cschanzle&lt;/a&gt;.

@Cschanzie,

Thank you for the correction, I have updated the article regarding &quot;number of links&quot; being &quot;hard&quot; is much appreciated. 

We&#039;ll ensure the accurate terminology is used in the article.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/sort-command-linux/comment-page-1/#comment-2098893">cschanzle</a>.</p>
<p>@Cschanzie,</p>
<p>Thank you for the correction, I have updated the article regarding &#8220;number of links&#8221; being &#8220;hard&#8221; is much appreciated. </p>
<p>We&#8217;ll ensure the accurate terminology is used in the article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cschanzle		</title>
		<link>https://www.tecmint.com/sort-command-linux/comment-page-1/#comment-2098893</link>

		<dc:creator><![CDATA[cschanzle]]></dc:creator>
		<pubDate>Sun, 05 Nov 2023 13:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12571#comment-2098893</guid>

					<description><![CDATA[In &quot;7. Sort the contents of file ‘lsl.txt‘ on the basis of 2nd column (which represents number of symbolic links).&quot;

It is incorrect to say &quot;&lt;strong&gt;symbolic links&lt;/strong&gt;&quot;. It&#039;s the number of links, &quot;&lt;strong&gt;hard&lt;/strong&gt;&quot; if you want to distinguish.]]></description>
			<content:encoded><![CDATA[<p>In &#8220;7. Sort the contents of file ‘lsl.txt‘ on the basis of 2nd column (which represents number of symbolic links).&#8221;</p>
<p>It is incorrect to say &#8220;<strong>symbolic links</strong>&#8220;. It&#8217;s the number of links, &#8220;<strong>hard</strong>&#8221; if you want to distinguish.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aditya Garg		</title>
		<link>https://www.tecmint.com/sort-command-linux/comment-page-1/#comment-1109430</link>

		<dc:creator><![CDATA[Aditya Garg]]></dc:creator>
		<pubDate>Fri, 08 Mar 2019 05:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12571#comment-1109430</guid>

					<description><![CDATA[1. A key specification like &lt;code&gt;-k2&lt;/code&gt; means to take all the fields from &lt;strong&gt;2&lt;/strong&gt; to the end of the line into account. To sort by a single column, use &lt;code&gt;-k2,2&lt;/code&gt; as the key specification. This means to use the fields from &lt;strong&gt;#2&lt;/strong&gt; to &lt;strong&gt;#2&lt;/strong&gt;, i.e. only the second field.

2. While doing something like &quot;&lt;code&gt;sort -nk5,5 table.txt&lt;/code&gt;&quot;, why does the sort command remove entries with 0? (have files with size 0-should get sorted not removed)]]></description>
			<content:encoded><![CDATA[<p>1. A key specification like <code>-k2</code> means to take all the fields from <strong>2</strong> to the end of the line into account. To sort by a single column, use <code>-k2,2</code> as the key specification. This means to use the fields from <strong>#2</strong> to <strong>#2</strong>, i.e. only the second field.</p>
<p>2. While doing something like &#8220;<code>sort -nk5,5 table.txt</code>&#8220;, why does the sort command remove entries with 0? (have files with size 0-should get sorted not removed)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/sort-command-linux/comment-page-1/#comment-1032637</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Wed, 05 Sep 2018 20:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12571#comment-1032637</guid>

					<description><![CDATA[The link to 7 Interesting Sort Commands does not work properly.  It loads this article

There are only 10 &#039;sort&#039; command examples.  The other four entries just create files to be input to the &#039;sort&#039; command examples.]]></description>
			<content:encoded><![CDATA[<p>The link to 7 Interesting Sort Commands does not work properly.  It loads this article</p>
<p>There are only 10 &#8216;sort&#8217; command examples.  The other four entries just create files to be input to the &#8216;sort&#8217; command examples.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Johnny Rosenberg		</title>
		<link>https://www.tecmint.com/sort-command-linux/comment-page-1/#comment-944017</link>

		<dc:creator><![CDATA[Johnny Rosenberg]]></dc:creator>
		<pubDate>Sun, 03 Dec 2017 10:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12571#comment-944017</guid>

					<description><![CDATA[Hi!
Just wondering why you type ”/home/$USER/” instead of just ”$HOME/”. Unnecessary typing. Just saying. :) Or am I missing something?]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
Just wondering why you type ”/home/$USER/” instead of just ”$HOME/”. Unnecessary typing. Just saying. :) Or am I missing something?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
