b0873bbf13
The pattern was using grep -F with || which is correct for fixed-string matching in pipe-delimited format. Removed the second grep with the problematic $ anchor since we're already matching the full pipe-delimited field.