Questions? Feedback? powered by Olark live chat software
Knowledgebase
Author Avatar

Find Last Full Day Modified Files on Linux

Written by: on 28 July 2014 07:01 PM 28 July 2014 07:01 PM

Know the command to find all files modified in the last 24 hours in a particular specific directory & sub-directories.

To find all files modified in the last 24 hours (last full day) in a particular specific directory and its sub-directories:

find /directory_path -mtime -1 -print

(0 vote(s))
Helpful
Not helpful