「Linux」findコマンドのmtimeを利用する

オプション
-mtime
概要
ファイルのデータが最後に修正された日時(日指定)


10日前まで
# find ./ -mtime -10

10日前
# find ./ -mtime 10

10日前以降
# find ./ -mtime +9

Software

Posted by arkgame