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: Norihirio Tanaka
Subject: [bug #30526] No match with a file with modified n days ago in "-mtime"
Date: Fri, 23 Jul 2010 07:49:10 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 ( .NET CLR 3.5.30729)

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

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