Comments on: How to Search Files by Name or Extension Using find Command https://www.tecmint.com/find-files-by-extension-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 07 Aug 2024 07:00:55 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1320654 Mon, 09 Mar 2020 08:34:16 +0000 http://www.tecmint.com/?p=21692#comment-1320654 In reply to tyson.

@tyson

We are glad that this guide helped you. Thanks for the feedback.

]]>
By: tyson https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1320215 Fri, 06 Mar 2020 06:29:25 +0000 http://www.tecmint.com/?p=21692#comment-1320215 Very helpful post, it helped me to remove malicious files from 20 WordPress sites, it was hard to find and manually delete them.

]]>
By: sudarshan https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1095733 Tue, 15 Jan 2019 12:44:25 +0000 http://www.tecmint.com/?p=21692#comment-1095733 copying alternate lines from file to specified directory

]]>
By: Aaron Kili https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1079287 Wed, 05 Dec 2018 04:07:34 +0000 http://www.tecmint.com/?p=21692#comment-1079287 In reply to Karl.

@Karl

You can use a similar command like this:

$ find . -newerct "1 Dec 2018" ! -newerct "4 Dec 2018" -ls

For more information, see the find man page.

]]>
By: Anusha https://www.tecmint.com/find-files-by-extension-in-linux/comment-page-1/#comment-1078223 Tue, 04 Dec 2018 07:29:42 +0000 http://www.tecmint.com/?p=21692#comment-1078223 How to find all .cpp files which consist of sub string shares in the file name?

]]>