Re: [CentOS] Help with find

2009-01-21 Thread Matt
>> find /home/*/ -cmin 5 -type f -mindepth 1 -maxdepth 1 >> >> I want to find all files modified 5 or less minutes ago. How do I do >> that? "find -mtime -1" only works in 24 hour increments. > > -cmin -5 I cant believe I missed that. Thanks. Matt __

Re: [CentOS] Help with find

2009-01-21 Thread Pintér Tibor
Matt wrote: > This finds all files modified 5 minutes ago. > > find /home/*/ -cmin 5 -type f -mindepth 1 -maxdepth 1 > > I want to find all files modified 5 or less minutes ago. How do I do > that? "find -mtime -1" only works in 24 hour increments. -cmin -5 t _

[CentOS] Help with find

2009-01-21 Thread Matt
This finds all files modified 5 minutes ago. find /home/*/ -cmin 5 -type f -mindepth 1 -maxdepth 1 I want to find all files modified 5 or less minutes ago. How do I do that? "find -mtime -1" only works in 24 hour increments. Matt ___ CentOS mailing l