bug-gnu-utils
[Top][All Lists]
Advanced

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

Bug in find 4.1


From: Colin Coe
Subject: Bug in find 4.1
Date: Mon, 12 Aug 2002 10:56:46 +0800

Hi there

We have been using GNU find as a drop in replacement for AIX find in all new
scripts we have been writing and the results have been amazing.

One problem we have encountered is GNU find cannot handle files correctly
that are greater than 2GB in size.  For example:

[colinc]:/u/colinc> ls -la /foo/bar/bigfile.*
-rw-rw-r--   1 owner    group    2170801375 Aug 12 10:48
/foo/bar/bigfile.dat
-rw-rw-r--   1 owner    group    677904384 Aug 12 10:48 /foo/bar/bigfile.idx

[colinc]:/u/colinc> find /foo/bar/ -name "bigfile.*" -ls
520192 662016 -rw-rw-r--  1 owner    group    677904384 Aug 12 10:48
/foo/bar/bigfile.idx
636929 2119936 -rw-rw-r--  1 owner    group    2170801375 Aug 12 10:48
/foo/bar/bigfile.dat

[colinc]:/u/colinc> gnufind /foo/bar/ -name "bigfile.*" -ls
520192 662016 -rw-rw-r--   1 owner    group    677904384 Aug 12 10:48
/foo/bar/bigfile.idx
gnufind: /foo/bar/bigfile.dat: Value too large to be stored in data type


Colin Coe
Systems Administrator
Bunnings Building Supplies Pty Ltd

Phone: +61 8 9365 1555 (ext 737)
Mobile: 0407 089 115


***********************************************************************************
Bunnings Legal Disclaimer:

1)     This email is confidential and may contain legally priviledged
information.  If you are not the intended recipient, you must not
disclose or use the information contained in it.  If you have received
this email in error, please notify us immediately by return email and
delete the document.

2)     All emails sent to and sent from Bunnings Building Supplies
are scanned for content.  Any material deemed to contain inappropriate
subject matter will be reported to the email administrator of all
parties concerned.
***********************************************************************************
  





reply via email to

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