#!/bin/csh -f
find . -type f -name "*.ss" | xargs grep $*
