<?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: How to View Configuration Files Without Comments in Linux	</title>
	<atom:link href="https://www.tecmint.com/view-files-without-comments-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/view-files-without-comments-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 09:48:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: David Haines		</title>
		<link>https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-1125983</link>

		<dc:creator><![CDATA[David Haines]]></dc:creator>
		<pubDate>Fri, 05 Apr 2019 13:28:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28265#comment-1125983</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-955732&quot;&gt;David&lt;/a&gt;.

You can combine the &lt;strong&gt;#&lt;/strong&gt; and the &lt;strong&gt;$(space)&lt;/strong&gt; in one grep statement:
&lt;pre&gt;
# grep -v &#039;^#\&#124;^$&#039; /etc/some/conf/file
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-955732">David</a>.</p>
<p>You can combine the <strong>#</strong> and the <strong>$(space)</strong> in one grep statement:</p>
<pre>
# grep -v '^#\|^$' /etc/some/conf/file
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-957400</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 03 Jan 2018 18:38:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28265#comment-957400</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-956940&quot;&gt;Stoyan Stoyanov&lt;/a&gt;.

@Stoyan

Thanks for sharing, we will try it out.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-956940">Stoyan Stoyanov</a>.</p>
<p>@Stoyan</p>
<p>Thanks for sharing, we will try it out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-957399</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 03 Jan 2018 18:36:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28265#comment-957399</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-956969&quot;&gt;Rishi&lt;/a&gt;.

@Rishi

Thanks for the kind words of appreciation, and for following us.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-956969">Rishi</a>.</p>
<p>@Rishi</p>
<p>Thanks for the kind words of appreciation, and for following us.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rishi		</title>
		<link>https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-956970</link>

		<dc:creator><![CDATA[Rishi]]></dc:creator>
		<pubDate>Tue, 02 Jan 2018 17:21:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28265#comment-956970</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-955732&quot;&gt;David&lt;/a&gt;.

Yes, right.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-955732">David</a>.</p>
<p>Yes, right.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rishi		</title>
		<link>https://www.tecmint.com/view-files-without-comments-in-linux/comment-page-1/#comment-956969</link>

		<dc:creator><![CDATA[Rishi]]></dc:creator>
		<pubDate>Tue, 02 Jan 2018 17:20:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28265#comment-956969</guid>

					<description><![CDATA[Many thanks for this great and useful tip.]]></description>
			<content:encoded><![CDATA[<p>Many thanks for this great and useful tip.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
