On Sat, Mar 31, 2012 at 2:02 AM, Yan Seiner <[email protected]> wrote: > I am trying to find a simple way to find a file older than x minutes. With > the full find command this is trivial: > > find /tmp/some.file -mmin +60 > > but busybox find doesn't have -mmin . > > Is there some other way to do this within busybox? > > -- > Honoring our vets. > > http://www.bataanmarch.com/ >
I have version 1.19.4 here and the find applet has -mmin. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
