On Friday 05 July 2002 08:26 pm,daniel <[EMAIL PROTECTED]> wrote

>"find . -mmin 15" doesn't get me what files that have been modified _since_
> 15minutes ago...  what does it do?  and how do i get what i want?

That specific command would find a file that was modified exactly 15 minutes 
ago.  (I guess inbetween 16 and 15?).   To find a file that was modified in 
15 minutes or less, you would put a minus sign in front of it 
(i.e.  "<prompt>$  find -mmin -15"   )

nearly needless to say, you can find all files older than 15 minutes by using 
a "+" sign



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to