bug-findutils
[Top][All Lists]
Advanced

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

[bug #57025] find -mtime will ignore large files


From: anonymous
Subject: [bug #57025] find -mtime will ignore large files
Date: Fri, 11 Oct 2019 20:09:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #4, bug #57025 (project findutils):

Ok, I believed it's my fault...

Quote from man page:
*-atime n*
              File  was  last  accessed  n*24  hours  ago.   When find figures
out how many 24-hour periods ago the file was last
              accessed, any fractional part is ignored, so to match -atime +1,
a file has to have been accessed at least two days
              ago.

*-mtime n*
              File's data was last modified n*24 hours ago.  See the comments
for -atime to understand how rounding  affects  the
              interpretation of file modification times.

So is that means:
*"+n" >> n* n*24 hours beyond (not include n*24)
*"n" == n* n*24 hours equal
*"-n" << n* n*24 hours within (not include n*24)

I believe the man page doc could be more enriched.
Thanks a lot!

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57025>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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