SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
find /var/tmp -mtime +2 -a -mtime -8 -ls
to find files older than 2 days but not older than 8 days.