[Github-comments] [geany/geany] "Find in files" output really messy for long-line matches (#2247)

Chris Graham notifications at xxxxx
Wed Aug 7 18:07:11 UTC 2019


If long lines are matched (e.g. in binary or minified files) then 2 bad things happen...

1) An internal buffer apparently crops each line, before the length of the line grepping is wrapping to (apparently)
2) Subsequent lines which grep has wrapped then show on separate lines

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 or view it on GitHub:
https://github.com/geany/geany/issues/2247
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190807/f15c94fa/attachment.html>


More information about the Github-comments mailing list