[19326] in Athena Bugs
sun4 9.0.12: find
daemon@ATHENA.MIT.EDU (Thomas L. Thornton)
Wed Jul 25 14:56:37 2001
Message-Id: <200107251856.OAA14684@the-rim.mit.edu>
To: bugs@MIT.EDU
Date: Wed, 25 Jul 2001 14:56:36 -0400
From: "Thomas L. Thornton" <tomt@MIT.EDU>
System name: the-rim.mit.edu
Type and version: Ultra-5_10 9.0.12
Display type: m
Shell: /bin/athena/tcsh
Window manager: vtwm.gamma
What were you trying to do?
OLC has this but has not responded in an hour. Is `find`
changed under Athena 9.0? Many of my scripts are breaking in
the following way, which I can reduce to/reproduce by, In my
home dir, running the following:
athena% find . -name \*~ -print
find: cannot open .: Value too large for defined data type
What's wrong:
find, or its variant under tcsh, seems to choke on big
subtrees. It is fine in a trivially small directory:
athena% cd Tmp
athena% touch foo~
athena% find . -name \*~ -print
./foo~
What should have happened:
See above
Please describe any relevant documentation references:
I see no knew man pages, release notes &c.