[NCLUG] Fwd: recent gnu find breaks -mtime semantics?

S. Luke Jones slukejones at gmail.com
Wed Jun 6 14:04:45 MDT 2007


D'oh! <http://savannah.gnu.org/bugs/?20005>.

---------- Forwarded message ----------
From: S. Luke Jones <slukejones at gmail.com>
Date: Jun 6, 2007 12:57 PM
Subject: recent gnu find breaks -mtime semantics?
To: Northern Colorado Linux Users Group <nclug at nclug.org>


I just did an update of all the gnu utility ports on my Mac at work,
and now it appears that

find some/path -mtime -5

only finds things between 5 and 6 days old. To get *everything*
0..5.9999 days old you have to do:

find some/path -mtime --5

WTF!? Is this a feature? I'm at work so I don't know what version I
have on my linux box at home. The version of find here on my mac is
4.3.6.

On the one hand, it is a pain to get this functionality using \(
-mtime N1 -a ! -mtime N2 \), and it's trivial to add an extra minus
sign. But still. How many scripts is this "feature" going to break?

--
Luke Jones  slukejones at gmail.com


-- 
Luke Jones  slukejones at gmail.com (609)439-7856



More information about the NCLUG mailing list