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/

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to