If long lines are matched (e.g. in binary or minified files) then 2 bad things happen...
The result is a mess of disjointed output.
It can be fixed very easily by adding this after your grep command...
| cut -c-80
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.