find the files that are 1 day old. Posted on 15-Feb-2008 By Admin No Comments on find the files that are 1 day old. find . -name “*” -type f -mtime -1 -exec ls -rlt {} ; Linux/Unix, shell