#!/bin/sh - cat /var/log/my.web.host-access-log | awk '{ print $1; }' | ...