[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #12162] Enhancement req: finding files less than 2Gb in size
From: |
James Youngman |
Subject: |
[bugs #12162] Enhancement req: finding files less than 2Gb in size |
Date: |
Sun, 27 Feb 2005 11:11:33 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050210 Firefox/1.0 (Debian package 1.0+dfsg.1-6) |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12162>
Summary: Enhancement req: finding files less than 2Gb in
size
Project: findutils
Submitted by: jay
Submitted on: Sun 02/27/2005 at 11:11
Category: find
Severity: 1 - None
Item Group: None
Status: None
Privacy: Public
Assigned to: jay
Originator Name: Amir
Originator Email: address@hidden
Open/Closed: Open
Release: 4.1.20
Fixed Release: None
_______________________________________________________
Details:
At the moment find . -size -2G will not find a file which is 1Gb in size,
because of the rounding requirement (i.e. that find . -size -2 should not
match a 750 byte file). The same rounding up works for -size arguments where
the multiplier is much larger. The problem is that one would ordinarily
assume that "-size -2G" would match a 1.5Gb file. Hence perhaps we should
introduce "-size <2G" which works the way the user might expect.
_______________________________________________________
Carbon-Copy List:
CC Address | Comment
------------------------------------+-----------------------------
address@hidden | Originator Email
_______________________________________________________
This item URL is:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12162>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bugs #12162] Enhancement req: finding files less than 2Gb in size,
James Youngman <=