#!/bin/sh tail -F /var/log/apache/access.log | grep 'GET [^ ]*http://' | awk '{print $1 " " $4 "] " $9 " http://" $NF $7}'