<?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: 35 Practical Examples of Linux Find Command	</title>
	<atom:link href="https://www.tecmint.com/35-practical-examples-of-linux-find-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/35-practical-examples-of-linux-find-command/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 06 Feb 2024 21:50:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Philippe Moisan		</title>
		<link>https://www.tecmint.com/35-practical-examples-of-linux-find-command/comment-page-1/#comment-2133030</link>

		<dc:creator><![CDATA[Philippe Moisan]]></dc:creator>
		<pubDate>Tue, 06 Feb 2024 21:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=532#comment-2133030</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/35-practical-examples-of-linux-find-command/comment-page-1/#comment-1384498&quot;&gt;Michael Müller&lt;/a&gt;.

Excellent comment, thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/35-practical-examples-of-linux-find-command/comment-page-1/#comment-1384498">Michael Müller</a>.</p>
<p>Excellent comment, thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karol		</title>
		<link>https://www.tecmint.com/35-practical-examples-of-linux-find-command/comment-page-1/#comment-1652420</link>

		<dc:creator><![CDATA[Karol]]></dc:creator>
		<pubDate>Wed, 17 Nov 2021 20:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=532#comment-1652420</guid>

					<description><![CDATA[Countless examples that are EXACTLY THE SAME so this list of 35 could be condensed to a few examples. Then it&#039;s missing in my opinion crucial searching based on patterns. 

Most of the examples show super arbitrary parameters on which to search files and each command is repeated a few times with minor differences like &lt;code&gt;-perm 1664&lt;/code&gt;, &lt;code&gt;-perm 7777&lt;/code&gt; - I GET IT that.

I can search on different permissions. Very little general knowledge can be inferred from these examples. ]]></description>
			<content:encoded><![CDATA[<p>Countless examples that are EXACTLY THE SAME so this list of 35 could be condensed to a few examples. Then it&#8217;s missing in my opinion crucial searching based on patterns. </p>
<p>Most of the examples show super arbitrary parameters on which to search files and each command is repeated a few times with minor differences like <code>-perm 1664</code>, <code>-perm 7777</code> &#8211; I GET IT that.</p>
<p>I can search on different permissions. Very little general knowledge can be inferred from these examples. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sedlav		</title>
		<link>https://www.tecmint.com/35-practical-examples-of-linux-find-command/comment-page-1/#comment-1567731</link>

		<dc:creator><![CDATA[sedlav]]></dc:creator>
		<pubDate>Fri, 13 Aug 2021 14:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=532#comment-1567731</guid>

					<description><![CDATA[Please stop confusing people find is not a Linux command else a GNU command, Linux is a Kernel, not the project that embraces find.]]></description>
			<content:encoded><![CDATA[<p>Please stop confusing people find is not a Linux command else a GNU command, Linux is a Kernel, not the project that embraces find.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dlight Daily		</title>
		<link>https://www.tecmint.com/35-practical-examples-of-linux-find-command/comment-page-1/#comment-1556118</link>

		<dc:creator><![CDATA[Dlight Daily]]></dc:creator>
		<pubDate>Wed, 28 Jul 2021 09:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=532#comment-1556118</guid>

					<description><![CDATA[I want to find the default notification email address for my centreon NMS. I don&#039;t know in which file it was configured.

How can I find &lt;code&gt;root@localhost.localdomain&lt;/code&gt; to change the email id, because my email server blocks it?]]></description>
			<content:encoded><![CDATA[<p>I want to find the default notification email address for my centreon NMS. I don&#8217;t know in which file it was configured.</p>
<p>How can I find <code>root@localhost.localdomain</code> to change the email id, because my email server blocks it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kapil		</title>
		<link>https://www.tecmint.com/35-practical-examples-of-linux-find-command/comment-page-1/#comment-1512416</link>

		<dc:creator><![CDATA[Kapil]]></dc:creator>
		<pubDate>Fri, 28 May 2021 16:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=532#comment-1512416</guid>

					<description><![CDATA[Very useful page - find otherwise is a huge topic in itself: this page helps you to get on with find quickly. Just one request. Kindly also add examples illustrating the use of &lt;code&gt;&quot;-maxdepth&quot;&lt;/code&gt; option to limit find to the desired number of directories.]]></description>
			<content:encoded><![CDATA[<p>Very useful page &#8211; find otherwise is a huge topic in itself: this page helps you to get on with find quickly. Just one request. Kindly also add examples illustrating the use of <code>"-maxdepth"</code> option to limit find to the desired number of directories.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
