Hacker News new | ask | show | jobs
by errtnsd 4026 days ago
This.

Not to mention log files which commonly consume megabytes.

1 comments

Nitpick inbound.

You shouldn't open log files with an editor unless your intent is to edit the file. There are a whole host of tools (grep, less, awk, sed, etc) useful for parsing and exploring log files.