[bug #12162] Enhancement req: finding files less than 2Gb in size

2008-08-18 Thread dan pritts
Follow-up Comment #11, bug #12162 (project findutils): While I was at it I checked Solaris 10. Their find command does not have any units other than blocks & characters. The -size N behaves like gnu find, ie, 513-byte files are not shown if you ask for -size -2 -size -1024c, however, works l

[bug #12162] Enhancement req: finding files less than 2Gb in size

2008-08-18 Thread dan pritts
Follow-up Comment #10, bug #12162 (project findutils): FreeBSD 7 find also works the way i'd want it to, and the man page snippet is identical to the one from MacOS I quote below. thanks for taking the time to think about this. ___ Reply

[bug #12162] Enhancement req: finding files less than 2Gb in size

2008-08-18 Thread dan pritts
Follow-up Comment #9, bug #12162 (project findutils): MacOS find behaves in the way i'd expect, at least in the obvious case of -size -1G; It has this in the man page: -size n[ckMGTP] True if the file's size, rounded up, in 512-byte blocks is n. If n is followed