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 02:49:39 +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)

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

                 Summary: No match with a file with modified n days ago in
"-mtime"
                 Project: findutils
            Submitted by: noritnk
            Submitted on: 2010年07月23日 02時49分38秒
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
           Fixed Release: None

    _______________________________________________________

Details:

Hi,

No match with a file modified just n days ago in "-mtime".

In this case:

now : Jul 23 2010 11:36:00 000000000
file (mtime) : Jul 22 2010 11:36:00 000000000

$ find file -mtime 0
$ find file -mtime +0
$ find file -mtime -0

I expect as following.

$ find file -mtime 0
$ find file -mtime +0
file
$ find file -mtime -0

$ ./find  --version
find (GNU findutils) 4.4.2
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Eric B. Decker, James Youngman, and Kevin Dalley.
Built using GNU gnulib version e5573b1bad88bfabcda181b9e0125fb0c52b7d3b
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS()
CBO(level=0)





    _______________________________________________________

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]