cat "hi " > t.tmp # set the file time to 2 hours ago touch -t 200405121120 t.tmp find /admin//dump -type f -newer t.tmp -print -exec ls -lt {} \; | pg