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 1PtCMq-0007cS-6K for garchives@archives.gentoo.org; Sat, 26 Feb 2011 05:06:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A277E0603 for ; Sat, 26 Feb 2011 05:06:55 +0000 (UTC) Received: from mail-pw0-f53.google.com (mail-pw0-f53.google.com [209.85.160.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 0EE42E050E for ; Sat, 26 Feb 2011 04:33:11 +0000 (UTC) Received: by pwj7 with SMTP id 7so856957pwj.40 for ; Fri, 25 Feb 2011 20:33:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=9/2aHtEr6vUn/xdkJUN2qMAtsJIP5x4VecXw5P9gJuU=; b=RzAYzqEm6wjCmuoRXusN+re8T1SSD6ObL3Av7D8d8fJE7WMIM/oRiJfOxVzSjF4rE7 sVWCnscqfAiig0cFBdImk6/yDWeacul2CeLuOLcYRhKFnB9SXNLh11nxgmfBwAHwSvuV daQEZxjr25kWBBpoUAkz2F3zGfqEJd27aCl60= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=M2NqJFsDWVL6grS+PnBt0vByfX5oICqKOQMB7dzMS60pzkDftmDyOaT0Q3XveEl3gw /UI6gp9FvW42JIxofEiOdIZNzH3TF2UwtL0FwRrMAqRCaBc4ff7NLIrWJskHUS5bJVA9 FCOVtC5dUnoXJuwBAqjig/oJiib3S09fs2ClQ= 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.142.241.12 with SMTP id o12mr2274716wfh.427.1298694791149; Fri, 25 Feb 2011 20:33:11 -0800 (PST) Received: by 10.142.161.19 with HTTP; Fri, 25 Feb 2011 20:33:11 -0800 (PST) In-Reply-To: <20110226031922.GA11390@Diamond.KWGR614> References: <20110226031922.GA11390@Diamond.KWGR614> Date: Fri, 25 Feb 2011 23:33:11 -0500 Message-ID: Subject: Re: [gentoo-user] Search filesystem with a wildcard From: Mike Gilbert To: gentoo-user@lists.gentoo.org Cc: Amankwah Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 5cf2cc9632bfc43e7f2b334eedc20db2 On Fri, Feb 25, 2011 at 10:19 PM, Amankwah wrote: > How about this? > > find -name foo*.txt ? Why would you scan the entire file system when you have an speedy index?