古い記事
ランダムジャンプ
新しい記事
自分用メモ。
よく使っている find コマンドの利用形態。

find ./cache -mtime +60 -delete
find ./cache -name "*.html" -depth 1 -mtime +30 -delete
find ./cache -type f -depth 1 -mtime +30 -delete

ref.
- http://www.jp.freebsd.org/cgi/mroff.cgi?sect=1&cmd=&lc=1
  &subdir=man&dir=jpman-6.0.0%2Fman&man=find

- http://www.jp.freebsd.org/man-jp/search.html