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/


Reply via email to