On 2005-01-20 Wakko Warner <[EMAIL PROTECTED]> wrote:
> Package: findutils
> Version: 4.1.20-4
> Severity: wishlist

> I have a system that has a bad clock and files get dates way off in the
> future.  Unfortunately, I'm unable to locate these files using find.

How about this?
$ touch --date=tomorrow tomorrow ; touch now ; touch --date=yesterday yesterday
$ find -mmin +0 -or -printf "File generated in future: %p%n"
File generated in future: ./tomorrow

                cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"
                                           http://downhill.aus.cc/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to