I need to write a script that will look in a specific directory, and look at all of the subdirectories, and, based on creation date of the subdirectory, write all the subdirectories' files out to a list. I know how to write a script, I just need to know if the whole "mtime" command will work with directories, too. Or if there is a better way to do it. Anyone? Thanks for any advice.