find a files with -mmin

To find a files is helpful tool, if debugging some problems. Unix utility find allows many arguments, today I found useful argument mmin. Command  
find . -mmin -10 -mmin +5
finds files modified between 6 and 9 minutes ago.

This entry was posted in workday. Bookmark the permalink.

2 Responses to find a files with -mmin

  1. astro4j says:

    Nice and useful, able to locate log file at /usr/IBM/WebSphere/AppServerCommunityEdition/var/log

Leave a Reply