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 1MM0pr-0006HN-Sd for garchives@archives.gentoo.org; Wed, 01 Jul 2009 14:30:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BD6CE06F7; Wed, 1 Jul 2009 14:30:54 +0000 (UTC) Received: from mail.ukfsn.org (mail.ukfsn.org [77.75.108.10]) by pigeon.gentoo.org (Postfix) with ESMTP id 23BAAE06F7 for ; Wed, 1 Jul 2009 14:30:54 +0000 (UTC) Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) by mail.ukfsn.org (Postfix) with ESMTP id 16367DECBA for ; Wed, 1 Jul 2009 15:30:31 +0100 (BST) Received: from mail.ukfsn.org ([192.168.54.25]) by localhost (smtp-filter.ukfsn.org [192.168.54.205]) (amavisd-new, port 10024) with ESMTP id uNdS0y-NsHWy for ; Wed, 1 Jul 2009 14:09:47 +0100 (BST) Received: from wstn.ethnet (unknown [78.32.181.186]) by mail.ukfsn.org (Postfix) with ESMTP id 0F42FDECA0 for ; Wed, 1 Jul 2009 15:30:30 +0100 (BST) From: Peter Humphrey Organization: at home To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Is grep broken? Date: Wed, 1 Jul 2009 15:30:26 +0100 User-Agent: KMail/1.9.10 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907011530.26396.peter@humphrey.ukfsn.org> X-Archives-Salt: 9144d318-f20d-43d3-b203-bb31e3b87637 X-Archives-Hash: c176c30230dd0f35e788dd8632327d02 Hello list, Can anyone explain this to me? $ /bin/grep -r hmenu *html index.html:
master.html:
pictures.html:
$ /bin/grep -r hmenu pages/*html pages/community.html:
pages/contacts.html:
pages/history.html:
pages/music.html:
pages/news.html:
pages/people.html:
pages/pictures.html:
Grep is clearly disobeying the recursion command. I started noticing this a few days ago, and it's making maintenance of this directory hard work. -- Rgds Peter