#! /bin/sh tail -F /var/log/apache2/access.log | awk -W interactive '{print $1 " " $9 " " $12 " http://" $NF $7}'