On Monday 11 March 2002 19:21, Rob Hudson wrote: > You want to use 'find'. man find for all the details... > > find ./* -mtime +10 -maxdepth 0
For the current directory you would want to just use a . For example, I don't believe using ./* will match ".foo" in the current directory (it might match it in a subdirectory though).
