Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Is grep broken?
Date: Wed, 01 Jul 2009 14:30:56
Message-Id: 200907011530.26396.peter@humphrey.ukfsn.org
1 Hello list,
2
3 Can anyone explain this to me?
4
5 $ /bin/grep -r hmenu *html
6 index.html: <div id="hmenu">
7 master.html: <div id="hmenu">
8 pictures.html: <div id="hmenu">
9
10 $ /bin/grep -r hmenu pages/*html
11 pages/community.html: <div id="hmenu">
12 pages/contacts.html: <div id="hmenu">
13 pages/history.html: <div id="hmenu">
14 pages/music.html: <div id="hmenu">
15 pages/news.html: <div id="hmenu">
16 pages/people.html: <div id="hmenu">
17 pages/pictures.html: <div id="hmenu">
18
19 Grep is clearly disobeying the recursion command. I started noticing this a
20 few days ago, and it's making maintenance of this directory hard work.
21
22 --
23 Rgds
24 Peter

Replies

Subject Author
Re: [gentoo-user] Is grep broken? Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] Is grep broken? Patrick Holthaus <patrick.holthaus@×××××××××××××.de>
[gentoo-user] Re: Is grep broken? Grant Edwards <grant.b.edwards@×××××.com>
Re: [gentoo-user] Is grep broken? Carlos <skyclan@×××.net>