#!/bin/csh

cd mat1txt

set var1=`ls node*.html.txt.cl.g`
foreach dir1 ( $var1 )
	gawk -F ':' '{print $1}' $dir1 > $dir1'.f'
end
