<?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 Search Files by Name or Extension Using find Command	</title>
	<atom:link href="https://www.tecmint.com/find-files-by-extension-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-files-by-extension-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 07 Aug 2024 07:00:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1320654</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 09 Mar 2020 08:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21692#comment-1320654</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1320215&quot;&gt;tyson&lt;/a&gt;.

@tyson

We are glad that this guide helped you. Thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1320215">tyson</a>.</p>
<p>@tyson</p>
<p>We are glad that this guide helped you. Thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tyson		</title>
		<link>https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1320215</link>

		<dc:creator><![CDATA[tyson]]></dc:creator>
		<pubDate>Fri, 06 Mar 2020 06:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21692#comment-1320215</guid>

					<description><![CDATA[Very helpful post, it helped me to remove malicious files from 20 WordPress sites, it was hard to find and manually delete them.]]></description>
			<content:encoded><![CDATA[<p>Very helpful post, it helped me to remove malicious files from 20 WordPress sites, it was hard to find and manually delete them.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sudarshan		</title>
		<link>https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1095733</link>

		<dc:creator><![CDATA[sudarshan]]></dc:creator>
		<pubDate>Tue, 15 Jan 2019 12:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21692#comment-1095733</guid>

					<description><![CDATA[copying alternate lines from file to specified directory]]></description>
			<content:encoded><![CDATA[<p>copying alternate lines from file to specified directory</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1079287</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 05 Dec 2018 04:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21692#comment-1079287</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1004721&quot;&gt;Karl&lt;/a&gt;.

@Karl

You can use a similar command like this:
&lt;pre&gt;
$ find . -newerct &quot;1 Dec 2018&quot; ! -newerct &quot;4 Dec 2018&quot; -ls
&lt;/pre&gt;
For more information, see the find man page.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1004721">Karl</a>.</p>
<p>@Karl</p>
<p>You can use a similar command like this:</p>
<pre>
$ find . -newerct "1 Dec 2018" ! -newerct "4 Dec 2018" -ls
</pre>
<p>For more information, see the find man page.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anusha		</title>
		<link>https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1078223</link>

		<dc:creator><![CDATA[Anusha]]></dc:creator>
		<pubDate>Tue, 04 Dec 2018 07:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21692#comment-1078223</guid>

					<description><![CDATA[How to find all &lt;code&gt;.cpp&lt;/code&gt; files which consist of sub string shares in the file name?]]></description>
			<content:encoded><![CDATA[<p>How to find all <code>.cpp</code> files which consist of sub string shares in the file name?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
