You are not logged in.
Pages: 1
Try this command:
grep -R "tests" --include=*.htmlgrep will error if the --include switch used.
Offline
I get a segmentation fault whenever using an --include or --exclude option in grep.
Offline
sorry, cannot reproduce
//blue/0/~/ grep -R 'xdg' .bin/*
.bin/xdg-mime:# xdg-mime
.bin/xdg-mime: xdg-mime -- command line tool for querying information about
# lots of results same file...
.bin/xdg-open:# xdg-open
.bin/xdg-open:xdg-open - opens a file or URL in the user's preferred application
# lots of results same file...
//blue/0/~/ grep -R 'xdg' .bin/* --exclude=xdg-\*
//blue/1/~/ pacman -Q grep
grep 2.6.1-1//github/
Offline
$ grep -R --exclude=abc test *
Minnesegmentsfeil
$Minnesegmentsfeil=Segmentation fault
Offline
I can confirm this: So, please report that to our bug tracker.
Offline
Make sure you are using 2.6.1 as that fix a couple of segfaults.
I can confirm this: So, please report that to our bug tracker.
And even better, report it upstream. Our package has not patches so it is their fault.
Offline
This is https://savannah.gnu.org/bugs/?29358 .
Last edited by xt28 (2010-03-28 10:43:29)
Offline
Pages: 1