#!/bin/csh

cd mat1txt

set var1=`ls node*.html.txt.cl`
foreach dir1 ( $var1 )
	grep -n -w -f $dir1 all > $dir1'.g'
end
