Displaying 1 result from an estimated 1 matches for "c7e0adb7".
2008 May 16
4
has something happened to grep
Hi all,
when I do a "grep JERRY *.h" nothing is returned which is what I expect.
This is in my source directory...
when I do a "grep JERRY *" every file is returned an a line printed even
though there is no JERRY on the line.
Then if I do a "grep JERRY *.c" just the 4 lines that have JERRY are
returned.
This is what is prints for "grep JERRY *"
src#