From owner-freebsd-questions Sat Oct 12 10:57:44 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA14993 for questions-outgoing; Sat, 12 Oct 1996 10:57:44 -0700 (PDT) Received: from alaska.net (root@calvino.alaska.net [206.149.65.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA14981 for ; Sat, 12 Oct 1996 10:57:41 -0700 (PDT) Received: from hmmm (hmmm.alaska.net) by alaska.net (5.x/SMI-SVR4) id AA05422; Sat, 12 Oct 1996 09:57:36 -0800 Date: Sat, 12 Oct 1996 17:28:40 +0000 () From: hmmm X-Sender: hmmm@hmmm To: freebsd-questions Subject: find Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk can anyone explain the difference between the 2 searches ? many times it appears things act strangely different in different directories for no apparent reason. #1.......................... cd usr/local/man/man1 find / -name ispell* /usr/local/man/man1/ispell.1 ............................ #2.......................... cd usr/local/man find / -name ispell* /dos/bsd/packages/all/ispell-3.1.2 /usr/local/bin/ispell /usr/local/man/man1/ispell.1 /usr/local/man/cat1/ispell.1.gz /usr/local/man/man4/ispell.4 /usr/local/share/emacs/site-lisp/ispell.el /usr/local/share/emacs/site-lisp/ispell.elc /usr/packages/All/ispell-3.1.20.tgz /var/db/pkg/ispell-3.1.20 ............................ i've double-checked all my ownerships and permissions with other PCs - but this was all done as -root- anyway ...