bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #30526] No match with a file with modified n days ago in "-mtime"


From: James Youngman
Subject: [bug #30526] No match with a file with modified n days ago in "-mtime"
Date: Mon, 22 Aug 2011 01:05:07 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10

Update of bug #30526 (project findutils):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #3:

I don't think I am able to reproduce the first part of your bug report.   Are
you able to create a shell script which demonstrates your problem?


$ touch -d '1 day ago' recent ; find recent -mtime 0
$ touch -d '1 day ago' recent ; find recent -mtime -0
$ touch -d '1 day ago' recent ; find recent -mtime +0
recent
$ touch -d '1 day ago' recent ; find recent -mtime 1
recent
$ touch -d '1 day ago' recent ; find recent -mtime +1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30526>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]