|
| From: | Joe Perches |
| Subject: | [bug #29876] --include not working as expected |
| Date: | Fri, 23 Jul 2010 03:45:28 +0000 |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100716 Ubuntu/10.10 (maverick) Firefox/3.6.7 |
Follow-up Comment #1, bug #29876 (project grep):
2.6.3 --include doesn't work as 2.5.4 does.
For instance:
$ mkdir foo
$ cd foo
$ echo 1 > 1
$ echo 2 > 2
$ grep2.5.4 -P --include=[12] "d" *
1:1
2:2
$ grep2.6.3 -P --include=[12] "d" *
$
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?29876>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |