#!/bin/csh -f
#
# hack around find
#
set dir = $1
shift

rlog $* $dir/*,v
