"find" and {a,c,m}time
John B. Milton
jbm at uncle.UUCP
Wed Oct 12 13:20:45 AEST 1988
In article <170 at libove.UUCP> root at libove.UUCP (Jay M. Libove) writes:
[ describes problem with find . -[acm]time n -print
Note that the sign of the number argument to the [acm]time switch should
have some kind of sign on it to work right:
find . -ctime 100 -print
find . -ctime +100 -print
find . -ctime -100 -print
all do different things
John
--
John Bly Milton IV, jbm at uncle.UUCP, n8emr!uncle!jbm at osu-cis.cis.ohio-state.edu
home (614) 294-4823, work (614) 764-4272; Send vi tricks, I'm making a manual
More information about the Comp.unix.questions
mailing list