[Bug 258616] fgrep fails to find string that is present
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258616] fgrep fails to find string that is present"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Sep 2021 01:18:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258616 --- Comment #1 from Darren Tucker <dtucker@dtucker.net> --- Created attachment 228029 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228029&action=edit reduced fgrep test case Reduced fgrep testcase from Damien Miller. $ uname -a FreeBSD freebsd121-amd64 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64 $ fgrep "$(awk '$2=="YYYYYYY"{print $3}' fgrep_testcase)" fgrep_tescase; echo $? 1 -- You are receiving this mail because: You are the assignee for the bug.