Package: grep Version: 2.5.1.ds2-6 Tags: upstream # Justification: same result on some incarnation of redhat: FC6
$ echo foo bar baz |grep -wx foo foo bar baz $ echo foo bar baz |grep -x foo $ I expect that both invocations have the same result, since -x should imply strictly stronger matching requirements than -w. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]