test if a file is older than an hour
Eduardo Tongson
propolice at gmail.com
Sat Mar 31 03:10:49 UTC 2012
On Sat, Mar 31, 2012 at 2:02 AM, Yan Seiner <yan at seiner.com> 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.
More information about the busybox
mailing list