Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 547 Bytes

grep-access Build Status

A grep-like tool for filtering Apache httpd access logs. It supports both the Common and Combined log formats.

Building

Install Rust and then execute:

cargo build

This should download and compile all dependencies and finally produce an grep-access executable in targets/debug.

Usage

Executing grep-access --help will display a summary of the options available.