Hacker News new | ask | show | jobs
by par 1287 days ago
My tips for analyzing logs:

cd ~/logs

cat * | grep <my string>

1 comments

I guess it depends, but would you not encounter issues like permission blocks, or there being so much content in the logs that it is slow to find what you need?