Trying to figure out the best way to go through server log files over 100MB. So far I found this:
https://github.com/variar/klogg
I'm using a Mac, if that helps. Even text editors i've used in the past (VS Code and even more basic ones) will slow at a certain point.
@davidbisset Have you tried BBEdit? I find that to be the best text editor at handling huge files. You can also do nice things for log files like removing all duplicate lines or lines containing a string.
@stirrell42 i’m familiar with its existence and how long it’s been around. But I haven’t used it. If it can actually open text files that large, I will certainly give it a shot. Thank you!