More on log parsing, I’m taking notes on how to read log files and get the information that I need. On Linux environment, these tools are perfect: grep, cat, zgrep […]
Tag: zcat
Combining multiple gzipped files into one
Its been almost a month since I started an investigation that requires me to analyze Apache access log files. We’re given hundred logs files and I wanted to simplify my […]