Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Find 'non-findable' files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Find 'non-findable' files
Authored by: Anonymous on Jan 07, '09 12:14:57AM
The mdfind command uses the same index/search stuff as Spotlight, without the new filtering-scary-stuff that Leopard added (I recall being able to find system files with Spotlight on 10.4.*)
$ mdfind httpd.conf | grep /etc/
/private/etc/apache2/httpd.conf
/private/etc/apache2/original/httpd.conf


[ Reply to This | # ]