[gnu.utils.bug] GNU grep vs. Unix grep

karl@mote.umb.edu ("Karl Berry.") (01/18/89)

As I just found out from trying to compile GDB 3.0,

grep 'T x'

is treated differently in Unix and GNU grep: the former looks
for the pattern T-space-x on stdin, the latter looks for the pattern
T in the file x.

Karl.   karl@umb.edu