Package: grep
Version: 2.5.1.ds2-6
Tags: upstream
$ { echo foo; echo bar; } |grep -o ^.
f
o
o
b
a
rThis can't be right, since only the first character of a line should match (and only if the line is not blank). I expect to see just: f b -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

