1td=td.1
2
3for i in $*
4do
5	echo $i:
6	ind <$i
7	time ../a.out -f $i $td >foo1
8	time /usr/bin/awk -f $i $td >foo2
9	cmp foo1 foo2
10done
11