Subject: Re: find command. Newbie question..
To: None <netbsd-help@netbsd.org>
From: Ing., BcA. Ivan Dolezal <ivan.dolezal@vsb.cz>
List: netbsd-help
Date: 06/03/2002 17:08:05
Hello,

I guess that your problem may be with asterisks and other special 
characters. Try use apostrophes.

This example could help:

find / -name 'security*' -print
/usr/share/man/cat5/security.conf.0
/usr/share/man/man5/security.conf.5
/usr/pkg/share/httpd/htdocs/manual/misc/security_tips.html
/usr/pkg/include/security
/usr/pkg/lib/security


Ivan