umweber on Thu, 22 Jul 1999 11:05:07 -0400 (EDT) |
I don't know if this is redhat specific or not, but i usually just use the locate command, and some cron job runs updatedb at 4am every morning, so that when you do a locate it's pulling it out of there instead of searching the whole drive every time. -- Michelle Weber umweber@mcs.drexel.edu On Thu, 22 Jul 1999, Edward J. Sager wrote: > find / -type f -print | xargs -i@ grep -l httpd @ > > 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 > _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|