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