On 06/24/2016 04:27 AM, O'Brien, Michael wrote:
Notice, the input file is fed to grep, and there's no output -- in other words, all records were (or "selected to be") excluded.
No, -v inverts the sense of matching, so that non-matching lines are selected. So there is no bug here.