Guides 11791 Published by

Tecadmin shows you how to search recently modified files in Linux.



How to Search Recently Modified Files in Linux

This tutorial will help you to find recently modified files in Linux via command line . The find command allows us to define duration in Minutes or Days. The minutes are define with -mmin and the days value can be defined with -mtime



How to Search Recently Modified Files in Linux