#!/bin/csh -f # Script to grep the acclog. Useful as: # ssh remote_host acclog_grep abc # which sends only the matched lines across the wire, as opposed to: # ssh remote_host acclog | grep abc # which sends all lines across the wire and filters locally acclog | grep -i --color $*:q