From owner-freebsd-questions Sat Oct 12 21:26:58 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA02410 for questions-outgoing; Sat, 12 Oct 1996 21:26:58 -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 VAA02399 for ; Sat, 12 Oct 1996 21:26:52 -0700 (PDT) Received: from hmmm (hmmm.alaska.net) by alaska.net (5.x/SMI-SVR4) id AA18486; Sat, 12 Oct 1996 20:26:21 -0800 Date: Sun, 13 Oct 1996 04:26:25 +0000 () From: hmmm X-Sender: hmmm@hmmm To: Brandon Gillespie Cc: freebsd-questions Subject: Re: find In-Reply-To: <199610121918.NAA17119@glacier.cold.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 12 Oct 1996, Brandon Gillespie wrote: > > cd usr/local/man/man1 > > find / -name ispell* > > > cd usr/local/man > > find / -name ispell* > > I suspect wildcard expansion is getting in your way. You should really put > quotes around ispell*, ala: > > find / -name "ispell*" > no, it the same problem results with ot w/o parameter expansion. i just used that as an example because it exagerates the effect. isn't it like this for you too? because this odd behaviour is on all my machines ...