by shigemk2

当面は技術的なことしか書かない

find mtime

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.

linux.die.net

find ~/Downloads/ -mtime -1 -ls