I have been asked to create a file that will delete files that are older than 90 days. I am having trouble using the find command to find and delete the files. The files I want to delete are in one directory. Since the files have different names how can I find the old files without knowing what the names are? Should I use wildcards?