Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 1996 16:22:50 +0000 ()
From:      hmmm <hmmm@alaska.net>
To:        freebsd-questions <questions@freebsd.org>
Subject:   find
Message-ID:  <Pine.BSF.3.95.961013161932.617A-100000@hmmm>

next in thread | raw e-mail | index | archive | help

ok - as usual, i'm part right, part wrong.

here's the scoop after testing further suggestions ...

oh - and his is with SH, i want to get good with it before
i move on to better shells ....

the quotes help, but it STILL works different
in different directories ???
..........................................................

cd /usr/local/man/man1

find / -name ispell
/usr/local/bin/ispell

find / -name ispell*
/usr/local/man/man1/ispell.1.gz
/usr/local/man/cat1/ispell.1.gz

find / -name "ispell*"
/dos/bsd/packages/all/ispell-3.1.2
/usr/local/bin/ispell
/usr/local/man/man1/ispell.1.gz
/usr/local/man/cat1/ispell.1.gz
/usr/local/man/man4/ispell.4.gz
/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

cd ..

find / -name ispell
/usr/local/bin/ispell

find / -name ispell*
/dos/bsd/packages/all/ispell-3.1.2
/usr/local/bin/ispell
/usr/local/man/man1/ispell.1.gz
/usr/local/man/cat1/ispell.1.gz
/usr/local/man/man4/ispell.4.gz
/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

find / -name "ispell*"
/dos/bsd/packages/all/ispell-3.1.2
/usr/local/bin/ispell
/usr/local/man/man1/ispell.1.gz
/usr/local/man/cat1/ispell.1.gz
/usr/local/man/man4/ispell.4.gz
/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


------------------------------------------------------------------------------
 ?                                                http://www.alaska.net/~hmmm
------------------------------------------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.961013161932.617A-100000>