Home | History | Annotate | Line # | Download | only in testdir
      1  1.1  christos td=td.1
      2  1.1  christos 
      3  1.1  christos for i in $*
      4  1.1  christos do
      5  1.1  christos 	echo $i:
      6  1.1  christos 	ind <$i
      7  1.1  christos 	time ../a.out -f $i $td >foo1
      8  1.1  christos 	time /usr/bin/awk -f $i $td >foo2
      9  1.1  christos 	cmp foo1 foo2
     10  1.1  christos done
     11