Voytek wrote:

I'm trying to find a specific file withing a web tree, what the way to do it:

I tried this with no luck

# locate /home/domain.org.au localconf.php
only to get
find: localconf.php: No such file or directory




I have similar requirement all the time and I use,

$ find /home/domain.org.au -print | grep localconf.php

O Plameras


-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to