findコマンドで120日前よりも古いファイルをリスト
#/bin/bash n=120 find ./ -mtime +$n -exec ls -l {} \;
詳解UNIXプログラミング 第3版
UNIXプログラミング環境 (アスキードワンゴ)