Hi,
On Fri, 11 Feb 2005, Vitaly wrote:
$pwd /afs/cell1 $find . -name '*curses*' -print
find finish without any error && any result
Is ftp a mount-point?
Mount-Points are internally like symbolic links, which find does not follow by default. Use -follow.
Chris -- Chris Huebsch www.huebsch-gemacht.de | TU Chemmnitz, Informatik, RNVS GPG-Encrypted mail welcome! ID:7F2B4DBA | Str. d. Nationen 62, B204 Chemnitzer Linux-Tage 2005, 5.-6.Maerz | D-09107 Chemnitz http://chemnitzer.linux-tage.de/ | +49 371 531-1377, Fax -1803 _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
