Follow-up Comment #1, bug #66258 (group findutils):

This seems to be working as designed to me.

From the man page:

> The + and - prefixes signify greater than and less than, as usual; i.e., an
exact size of n units does not match. Bear in mind that the size is rounded up
to the next unit. Therefore -size -1M is not equivalent to -size -1048576c.
The former only matches empty files, the latter matches files from 0 to
1,048,575 bytes.

If you're searching for `-size +10M -size -1GB`, you're looking for files that
are simultaneously at least 11MB and empty, so there are no files that match.

Also note that your previous search doesn't list any files between 1GB and
2GB; a file that's 1,500,000,000 bytes long wouldn't get listed.


    _______________________________________________________

Reply to this item at:

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

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

Attachment: signature.asc
Description: PGP signature

Reply via email to