INSTALL
Run make install

UNINSTALL
Run make uninstall

SYNOPSIS
alco <awk_options> [--] <options> [<filename>]
tail -f filename | alco <awk_options> [--] <options> [<filename>]

DESCRIPTION
Alco is an awk script for colorizing apache common or combined logs.
This script enables easy mention of lines which would otherwise escape
to human eye.
This script is really useful when used on the busy server with lot of
virtual hosts.

OPTIONS
--		this should go before non awk options.
--re-interval	this option must be provided to enable intervals in gawk.
		If this option is omitted, script will not be able to recognize
		the format of apache logs. Therefore, common log format will
		be used. Alternatively, one could use -l option.
-l format	define the format of your log file (eider common or
		combined), default is common
-m pattern	if this option is specified, only matched lines will be shown
-i pattern	show matched vhosts/IPs with inverted color
-r		show referrer field
-V		output version and exit
-h		show help screen and exit

