Re: find prints wrong file size for files >2GB

2004-12-06 Thread Christopher Faylor
On Mon, Dec 06, 2004 at 03:11:21AM -0800, Brian Dessent wrote: >However, the timestamp on Cygwin's findutils package is 19-May-2002, >which was before Cygwin 1.5.0 was released (10-Jul-2003), which was the >first version to include 64bit file io support. Thus it may just be >that findutils needs t

Re: find prints wrong file size for files >2GB

2004-12-06 Thread Brian Dessent
Jacek Trzmiel wrote: > $ ls -l aaa > -rw-r--r--1 sc0rpNone 47 Dec 6 10:54 aaa > > $ find ./aaa -printf "%10s %p\n" > 405032704 ./aaa GNU findutils does have largefile support as of 4.1.5. See . There