<?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: 20 Basic &#8216;ls&#8217; Command Examples in Linux	</title>
	<atom:link href="https://www.tecmint.com/ls-command-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/ls-command-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 16 Jan 2025 06:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ana		</title>
		<link>https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-2261220</link>

		<dc:creator><![CDATA[Ana]]></dc:creator>
		<pubDate>Thu, 16 Jan 2025 06:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=864#comment-2261220</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-207157&quot;&gt;Ronak JAin&lt;/a&gt;.

It works perfecty!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-207157">Ronak JAin</a>.</p>
<p>It works perfecty!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: biglee		</title>
		<link>https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-2258135</link>

		<dc:creator><![CDATA[biglee]]></dc:creator>
		<pubDate>Sun, 05 Jan 2025 19:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=864#comment-2258135</guid>

					<description><![CDATA[As a newbie to Linux this post is very informative as a tutoring device to reinforce!]]></description>
			<content:encoded><![CDATA[<p>As a newbie to Linux this post is very informative as a tutoring device to reinforce!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-2204978</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 21 Aug 2024 06:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=864#comment-2204978</guid>

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

@Pembeli,

You need to use a tool called &lt;strong&gt;lsd&lt;/strong&gt;, which is an alternative to the &lt;strong&gt;ls command&lt;/strong&gt; written in Rust. It provides a more modern and feature-rich interface, including support for icons and colors.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-2204693">pembeli</a>.</p>
<p>@Pembeli,</p>
<p>You need to use a tool called <strong>lsd</strong>, which is an alternative to the <strong>ls command</strong> written in Rust. It provides a more modern and feature-rich interface, including support for icons and colors.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pembeli		</title>
		<link>https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-2204693</link>

		<dc:creator><![CDATA[pembeli]]></dc:creator>
		<pubDate>Tue, 20 Aug 2024 11:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=864#comment-2204693</guid>

					<description><![CDATA[How can I enable color coding in ls output, like in your screenshot?

I currently use the command:
&lt;pre&gt;
ls --color=auto
&lt;/pre&gt;
but it only colors files and folders. How can I achieve the same coloring effect for other types of output?]]></description>
			<content:encoded><![CDATA[<p>How can I enable color coding in ls output, like in your screenshot?</p>
<p>I currently use the command:</p>
<pre>
ls --color=auto
</pre>
<p>but it only colors files and folders. How can I achieve the same coloring effect for other types of output?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-2132501</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 05 Feb 2024 04:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=864#comment-2132501</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-2132449&quot;&gt;Philippe Moisan&lt;/a&gt;.

@Philippe,

It looks like you&#039;re trying to use the &#039;ls&#039; command with the pattern &lt;code&gt;&#039;*.&#039;&lt;/code&gt; in the &lt;strong&gt;/etc&lt;/strong&gt; and &lt;strong&gt;/var&lt;/strong&gt; directories. The error message indicates that there are no files matching that pattern in those directories.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ls-command-in-linux/comment-page-1/#comment-2132449">Philippe Moisan</a>.</p>
<p>@Philippe,</p>
<p>It looks like you&#8217;re trying to use the &#8216;ls&#8217; command with the pattern <code>'*.'</code> in the <strong>/etc</strong> and <strong>/var</strong> directories. The error message indicates that there are no files matching that pattern in those directories.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
