From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PtASJ-0004UV-7V for garchives@archives.gentoo.org; Sat, 26 Feb 2011 03:04:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32D291C06A for ; Sat, 26 Feb 2011 03:04:26 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id C657BE07DD for ; Sat, 26 Feb 2011 02:26:51 +0000 (UTC) Received: by iyb26 with SMTP id 26so1908077iyb.40 for ; Fri, 25 Feb 2011 18:26:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=+QdDVJxZkoLqtSQrIms+O03LFnLpAUtQ0I06UjSA5Uc=; b=idm7Z26RivA8JDYVYurJZuMt5OA+DT1xsUA8PoEpfesmAdpPQiq3CPRsT0RIuGQjle NsEVc+smAzv7uFAn6Bc8f0Zg1gwCVGuyvKQeFCpt9YaqlNspd8MfiYUsQkR8mHFcJiou lYE5AdweDj+7dI2Grt3Kbk2rlE9ObYtYAAFjs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SmLB/KzZY0UKAdArASW7H5vQFVH/iSKVQ1jf8V2W8vnfZ56UK1JJzdN9iD4YmKWZ2B 0Ia5DxT6iSsOH7Bi68Ek1Wpvn7NgGIZQHtVFceOfa9B4zGiJXNlsaEm+j3OVsr6Lz8jf ZVjeEkiqyeMNQNvjegoOdE0pHmyR50+sKrzGI= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.225.199 with SMTP id it7mr1592913icb.507.1298687211067; Fri, 25 Feb 2011 18:26:51 -0800 (PST) Received: by 10.42.179.73 with HTTP; Fri, 25 Feb 2011 18:26:51 -0800 (PST) Date: Fri, 25 Feb 2011 18:26:51 -0800 Message-ID: Subject: [gentoo-user] Search filesystem with a wildcard From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: ef914be3987a66425d4ba98e54047e39 I used to use slocate like this to search the filesystem for a file: foo*.txt but mlocate doesn't seem to accept wildcards. I tried to figure out how to do it with find but failed. Can anyone point me in the right direction? - Grant