<?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: Learn Why &#8216;less&#8217; is Faster Than &#8216;more&#8217; Command for Effective File Navigation	</title>
	<atom:link href="https://www.tecmint.com/linux-more-command-and-less-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-more-command-and-less-command-examples/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 16:20:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Douglas H Carroll		</title>
		<link>https://www.tecmint.com/linux-more-command-and-less-command-examples/comment-page-1/#comment-1624838</link>

		<dc:creator><![CDATA[Douglas H Carroll]]></dc:creator>
		<pubDate>Thu, 28 Oct 2021 16:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20039#comment-1624838</guid>

					<description><![CDATA[Great high-level review of the &#039;&lt;strong&gt;less&lt;/strong&gt;&#039; command.  I have not used &#039;&lt;strong&gt;less&lt;/strong&gt;&#039; in a while and - after reading this I am planning to use it much more.  (pun intended).
Thanks for the comments afterward.  It is nice to get a different perspective from other users!]]></description>
			<content:encoded><![CDATA[<p>Great high-level review of the &#8216;<strong>less</strong>&#8216; command.  I have not used &#8216;<strong>less</strong>&#8216; in a while and &#8211; after reading this I am planning to use it much more.  (pun intended).<br />
Thanks for the comments afterward.  It is nice to get a different perspective from other users!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hagay godovanik		</title>
		<link>https://www.tecmint.com/linux-more-command-and-less-command-examples/comment-page-1/#comment-821237</link>

		<dc:creator><![CDATA[hagay godovanik]]></dc:creator>
		<pubDate>Tue, 27 Sep 2016 05:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20039#comment-821237</guid>

					<description><![CDATA[And then there is &quot;most&quot;.]]></description>
			<content:encoded><![CDATA[<p>And then there is &#8220;most&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/linux-more-command-and-less-command-examples/comment-page-1/#comment-820994</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 26 Sep 2016 08:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20039#comment-820994</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linux-more-command-and-less-command-examples/comment-page-1/#comment-820975&quot;&gt;LTT MDM&lt;/a&gt;.

@Thomlandin,

Thanks for sharing the tips about Linux &lt;code&gt;less&lt;/code&gt; command, hope users will find it useful and yes, me too likes &lt;code&gt;less&lt;/code&gt; command and as articles states, yes its quicker than &lt;code&gt;more&lt;/code&gt; command..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linux-more-command-and-less-command-examples/comment-page-1/#comment-820975">LTT MDM</a>.</p>
<p>@Thomlandin,</p>
<p>Thanks for sharing the tips about Linux <code>less</code> command, hope users will find it useful and yes, me too likes <code>less</code> command and as articles states, yes its quicker than <code>more</code> command..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LTT MDM		</title>
		<link>https://www.tecmint.com/linux-more-command-and-less-command-examples/comment-page-1/#comment-820975</link>

		<dc:creator><![CDATA[LTT MDM]]></dc:creator>
		<pubDate>Mon, 26 Sep 2016 06:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20039#comment-820975</guid>

					<description><![CDATA[One of the things I like about &lt;code&gt;less&lt;/code&gt; command is that you can jump to the bottom of a file by typing an uppercase &lt;code&gt;&quot;G&quot;&lt;/code&gt; -- and just as quickly jump to the beginning of the file by typing a lowercase &lt;code&gt;&quot;g&quot;&lt;/code&gt;.  Combined with the &lt;code&gt;-N&lt;/code&gt; option, it gives you a quick, interactive means of inspecting the contents of a file and counting lines.

There are about a million commands you can use in &lt;code&gt;less&lt;/code&gt;... typing a lowercase &lt;code&gt;&quot;h&quot;&lt;/code&gt; in-program will display a lengthy help file.]]></description>
			<content:encoded><![CDATA[<p>One of the things I like about <code>less</code> command is that you can jump to the bottom of a file by typing an uppercase <code>"G"</code> &#8212; and just as quickly jump to the beginning of the file by typing a lowercase <code>"g"</code>.  Combined with the <code>-N</code> option, it gives you a quick, interactive means of inspecting the contents of a file and counting lines.</p>
<p>There are about a million commands you can use in <code>less</code>&#8230; typing a lowercase <code>"h"</code> in-program will display a lengthy help file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Linux		</title>
		<link>https://www.tecmint.com/linux-more-command-and-less-command-examples/comment-page-1/#comment-772984</link>

		<dc:creator><![CDATA[Linux]]></dc:creator>
		<pubDate>Sun, 17 Apr 2016 14:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20039#comment-772984</guid>

					<description><![CDATA[A little mistake at the beginning of 4th line under &quot;Learn Linux ‘less’ Command&quot;]]></description>
			<content:encoded><![CDATA[<p>A little mistake at the beginning of 4th line under &#8220;Learn Linux ‘less’ Command&#8221;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
