bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19028: [PATCH] grep: fix grep -F -x -o outputs extra newlines


From: Norihiro Tanaka
Subject: bug#19028: [PATCH] grep: fix grep -F -x -o outputs extra newlines
Date: Wed, 12 Nov 2014 22:54:36 +0900

grep -F -x -o outputs extra newlines as following.

$ printf 'abc\nabc\n' | grep -F -x -o abc
abc

abc

$ 

(expected)
$ printf 'abc\nabc\n' | grep -F -x -o abc
abc
abc
$ 

Jim, could you take this bug fix in next release?

Attachment: 0001-grep-fix-grep-F-x-o-outputs-extra-newlines.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]