With the find command it is easy to find files that have been modified or accessed within a given period.
When a file is created, the acesss time is the same as the modify time. But as soon it is accessed (read), the access time changes, but the modify time does not.
I need to find files that been accessed at all, ie. files which have access time newer than modify time.
How do I do that?