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