You are viewing an old revision of this post, from December 5, 2016 @ 18:36:32. See below for differences between this version and the current revision.

Linux – Find all files modified in the last 24 hours

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 -ls

Revisions

  • December 5, 2016 @ 18:36:32 [Current Revision] by admin
  • December 5, 2016 @ 18:36:32 by admin

Revision Differences

There are no differences between the December 5, 2016 @ 18:36:32 revision and the current revision. (Maybe only post meta information was changed.)

No comments yet.

Leave a Reply