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

2021-02-13 Thread Patrick M.
Follow-up Comment #14, bug #57025 (project findutils): The problem is locality of information. Indeed, that's nice for the -size option. But what's the point to add a comment specifically for that option, and not for say -mtime? The current state of the man page seems to be in a mid-state regard

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

2021-02-08 Thread Bernhard Voelker
Follow-up Comment #13, bug #57025 (project findutils): The man page says for the -size option: > The + and - prefixes signify greater than and less than, as usual; > i.e., an exact size of n units does not match. This sounds as it would exactly what you want. __

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

2021-02-08 Thread Patrick M.
Follow-up Comment #12, bug #57025 (project findutils): Thanks for the fast response, and sorry for my very slow reaction. Yes, I have seen that sentence. However the problem I have is that this clarification text is, for most options, quite far away from the specification of the option. I had a

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

2021-01-15 Thread Bernhard Voelker
Follow-up Comment #11, bug #57025 (project findutils): Right before the description of -amin (which is the first option in the TESTS section), I introduced this new sentence in a central place - as I didn't want to clutter all descriptions of the tests taking numeric arguments: A numeric a

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

2021-01-15 Thread Patrick M.
Follow-up Comment #10, bug #57025 (project findutils): Thanks for the fix. I have findutils~4.7.0+git20201010-2 on my Debian Bullseye, and in the manpage, I see this: -amin n File was last accessed less than, more than or exactly n minutes ago. This seems a bit confusing when give

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

2021-01-09 Thread Bernhard Voelker
Update of bug #57025 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.8.0 ___ Reply to this item at:

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

2021-01-04 Thread Bernhard Voelker
Update of bug #57025 (project findutils): Status: Code Review => Fixed ___ Follow-up Comment #9: Pushed in August 2020 at: https://git.sv.gnu.org/cgit/findutils.git/commit/?id=b9ddd2bca10 Ma

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

2020-08-13 Thread Bernhard Voelker
Follow-up Comment #8, bug #57025 (project findutils): 3rd: the texinfo manual already contained such a clarification, yet not in the place one would try to look for. The attached new patch fixes that (too). Have a nice day, Berny (file #49667)

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

2019-10-29 Thread Bernhard Voelker
Follow-up Comment #7, bug #57025 (project findutils): thanks for the suggestions. 1st: ".BI" doesn't work well. And IMO it bloats that sentence with the "(...)" which disturbs the easy reading. I played a bit with something like this: .IP "\-amin \fI-n\fR|\fI+n\fR|\fIn\fR" which compiles as -

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

2019-10-27 Thread James Youngman
Follow-up Comment #6, bug #57025 (project findutils): I agree that the patch you proposed is a substantial improvement. > .IP "\-amin \fIn\fR" > -File was last accessed \fIn\fR minutes ago. > +File was last accessed less than, more than or exactly \fIn\fR minutes ago. Do you think it is worthwh

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

2019-10-19 Thread Bernhard Voelker
Update of bug #57025 (project findutils): Severity: 3 - Normal => 2 - Minor Status:None => Code Review ___ Follow-up Comment #5: I see - what abou

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

2019-10-11 Thread anonymous
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 ig

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

2019-10-11 Thread Bernhard Voelker
Update of bug #57025 (project findutils): Assigned to:None => berny Fixed Release: 4.6.0 => None ___ Follow-up Comment #3: I don't see from

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

2019-10-10 Thread anonymous
Follow-up Comment #2, bug #57025 (project findutils): find *.part -mtime 4 -type f -ls 18483504 128096 -rw-rw-r-- 1 threewaters threewaters 201725004 Oct 6 15:12 007.part 18486530 56768 -rw-rw-r-- 1 threewaters threewaters 559563054 Oct 6 10:17 1051.part 18487093 29816 -rw-rw-r-- 1 th

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

2019-10-09 Thread Stephane Chazelas
Follow-up Comment #1, bug #57025 (project findutils): Please provide with some steps to reproduce it. I can't reproduce on Ubuntu 18.04.3 here with: $ truncate -s 15T a $ find . -mtime -1 -ls 59965646 4 drwxrwxr-x 2 me me 4096 Oct 9 20:29 . 59912668 0 -rw-rw-r-- 1 me m

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

2019-10-09 Thread anonymous
URL: Summary: find -mtime will ignore large files Project: findutils Submitted by: None Submitted on: Wed 09 Oct 2019 12:14:44 PM UTC Category: find Severity: 3 - Norm