Fli
07-30-2014, 06:32 PM
How to find files modiffied in certain timeframe, date or day on a linux server?
i found so far these commands:
find /home -type f -name "*" -newermt 2014-06-15 ! -newermt 2014-07-15
(finds files in /home and its subdirectories modiffied/created in between 2014-06-15 and 2014-07-15 (yyyy-mm-dd)
i found so far these commands:
find /home -type f -name "*" -newermt 2014-06-15 ! -newermt 2014-07-15
(finds files in /home and its subdirectories modiffied/created in between 2014-06-15 and 2014-07-15 (yyyy-mm-dd)