#!/bin/rc # search tree at $1 for filename pattern $2 # Fri Nov 19 07:40:26 EST 2004 Peter A. Cejchan rfork e lsr $1 | grep $2 #-eof-