|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
You need to keep the '*' in quotes. Try:
find / -name "*httpd*"
the -print is superfluous.
see also:
http://www.bgw.org/tutorials/utilities/find.php3
for more ways to use find(1)
k
------------------------------------------------------------------------------
Life is tough, then you die.
-- Wolverine
mortis@voicenet.com http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
On Thu, 22 Jul 1999, Michael Whitman wrote:
> Another simple question that I can't find the answer to...
> I want to find every file that has httpd in it.
>
> find / -name httpd* -print
>
> doesn't work
>
> How do I do this?
>
> Thanks
> Mike
>
>
> Michael P. Whitman
> Online Services Developer
> American Lawyer Media
> PaLAWnet - DeLAWnet
>
>
> mailto:michaelw@palawnet.com
>
> _______________________________________________
> Plug maillist - Plug@lists.nothinbut.net
> http://lists.nothinbut.net/mail/listinfo/plug
>
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|