When I try to match the first character of a line grep also matches all
subsequent characters:

$ echo 123 | grep -o '^.'
1
2
3

Same with bsdgrep.
grep from ports works as expected:

$ echo 123 | /usr/local/bin/grep -o '^.'
1

Tested on 11.0.

Bug 195763 looks related, but I'm not sure it's the same issue.

_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to