My find command isn't finding with -mmin #
On Fri, Jan 28, 2011 at 2:18 PM, Martin McCormick <martin@dc.cis.okstate.edu> wrote:
I must be interpreting the manual wrong for I can't seem to get
find to locate files using the -mmin # directive. It looks like
one should be able to do:
find . -name "*" -daystart -mmin 120 -print
I have it that it should be
find . -name "*" -daystart -mmin -120 -print
There should be a "-" in front of the 120, as per:
Numeric arguments can be specified as
****** +n**** for greater than n,
****** -n**** for less than n,
****** n***** for exactly n.
Regards
Ian
<Snip>
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|