Follow-up Comment #1, bug #30526 (project findutils):

other case: 

$ find file -mtime 1
file
$ find file -mtime +1
$ find file -mtime -1
file

I expect as following.

$ find file -mtime 1
file
$ find file -mtime +1
$ find file -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