Comments on: How to Find Recent or Today’s Modified Files in Linux https://www.tecmint.com/find-recent-modified-files-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 23:51:14 +0000 hourly 1 By: Alex https://www.tecmint.com/find-recent-modified-files-in-linux/comment-page-1/#comment-1880117 Sat, 17 Sep 2022 07:05:35 +0000 http://www.tecmint.com/?p=23727#comment-1880117 Does the check /etc directory have any new files created (compared to the last run)? If yes, display the file information and if it is a text file, display the first 10 lines of the file

]]>
By: Shane Wiley https://www.tecmint.com/find-recent-modified-files-in-linux/comment-page-1/#comment-1769036 Mon, 18 Apr 2022 01:44:20 +0000 http://www.tecmint.com/?p=23727#comment-1769036 I just need a GUI click that shows me download files starting most recently. Only need to do it once in a while. Thanks for all those that have given me complex command line info but I only need to do it once in a while and a click should do it.

]]>
By: Shozib Javed https://www.tecmint.com/find-recent-modified-files-in-linux/comment-page-1/#comment-1399755 Thu, 10 Dec 2020 10:34:23 +0000 http://www.tecmint.com/?p=23727#comment-1399755 Hi,

Could anyone please help me?

I want to track editing made in the last some days into my systems’ network interface file (ens192).

Thanks and Regards,
Shozib Javed

]]>
By: Salina Bodale https://www.tecmint.com/find-recent-modified-files-in-linux/comment-page-1/#comment-1312112 Thu, 16 Jan 2020 06:45:57 +0000 http://www.tecmint.com/?p=23727#comment-1312112 And how to know what changes are done in that file on that day?

]]>
By: Aaron Kili https://www.tecmint.com/find-recent-modified-files-in-linux/comment-page-1/#comment-1311751 Tue, 14 Jan 2020 09:37:37 +0000 http://www.tecmint.com/?p=23727#comment-1311751 In reply to harish.

@harish

You can run this command:

$ ls -Slhr
]]>