On Thu, 12 Apr 2012 08:47:20 -0300, FC (Fernando) wrote: > Tim, > > I know about the locate command. I just thought it searched for > individual filenames, not path substrings. In the case of mc, one > thing is to look for "mc.ini" and another completely different to look > for "ini", which would likely produce a lot of results. find | grep mc.ini Even the more complex find . -name .mc -type d is just a very basic command. You don't need "locate". -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org