I got and made fileutils 4.0 (on a 32 bit solaris 2.6 machine).
When I ran it on a 64 bit 2.7 machine, it wants to break on big files...
1 :mleisner@dariat; ls
ls: iozone.tmp: Value too large for defined data type
1 :mleisner@dariat; /bin/ls
iozone.tmp
1 :mleisner@dariat; /bin/ls -l
total 8392720
-rw-r----- 1 mleisner mv-eng4 4294967296 Jul 24 17:40 iozone.tmp
1 :mleisner@dariat; rm iozone.tmp
rm: cannot remove `iozone.tmp': Value too large for defined data type
1 :mleisner@dariat; /bin/rm iozone.tmp
I didn't see anything which talked about these differences (and I'm
ignorant as to what works and doesn't work on 32/64 bit machines)
Marty Leisner
[EMAIL PROTECTED]