[4390] in Athena Bugs
6.4R: find
daemon@ATHENA.MIT.EDU (probe@MIT.EDU)
Sun Mar 4 01:14:58 1990
From: probe@MIT.EDU
Date: Sun, 4 Mar 90 01:14:45 -0500
To: bugs@ATHENA.MIT.EDU
I have fixed several problems in /usr/bin/find in the "release.dev" locker:
- Process directories after their contents (this allows such things as
find -rm to work properly).
- Better error recovery (probably also fixes the spurious find: bad status).
- Allow -rm to work with relative paths.
(All changes in RCS version 1.5, and tested).
-Richard
PS: The only source file changed is find.c and because the pathnames are so
so long, I am simply pointing you to the locker. Anything in "release.dev"
has the same directory structure as "release.70", and you can do a grep of
source/FILES just as easily as I can.