mtimeは日ベース。
-mtime n File's data was last modified n*24 hours ago. See the comments for -atime to understand how rounding affects the interpretation of file modification times.
find ~/Downloads/ -mtime -1 -ls
mtimeは日ベース。
-mtime n File's data was last modified n*24 hours ago. See the comments for -atime to understand how rounding affects the interpretation of file modification times.
find ~/Downloads/ -mtime -1 -ls