#!/bin/csh -f # Script to browse the acclog, filtering out my IP address, and translating # some known IP addresses to meaningful names. Useful as: # ssh remote_host acclog_filter acclog \ | grep -v 108.52.154.253 \ | filter_bots \ | filter_cruft \ | ip_to_name \ | less # | grep -v 108.52.154.247 \