A grep-like tool for filtering Apache httpd access logs. It supports both the Common and Combined log formats.
Install Rust and then execute:
cargo build
This should download and compile all dependencies and finally produce an grep-access
executable in targets/debug
.
Executing grep-access --help
will display a summary of the options available.