I do this:
grep ... | grep -v -- "^--$"
But this works too (on many, not all OS’es)!
grep --no-group-separator ...
And it doesn’t spit out that “–” or even a blank line.
I do this:
grep ... | grep -v -- "^--$"
But this works too (on many, not all OS’es)!
grep --no-group-separator ...
And it doesn’t spit out that “–” or even a blank line.