I might also suggest a 'man find'. What you probably wanted is this:
find / -iname "*mozilla*" -print

which means: start at the root, find (ignoring case) anything with Mozilla in it, and print the matching filename to stdout.

running updatedb (or locate.updatedb, or locate -d, etc) and then searching with locate again is probably easier woy for you to do it though.

-Brad

Dirk Ouellette wrote:
When I try to "#find mozilla" , I see;
find: mozilla: No such file or directory

_______________________________________________ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to