1*9a7741deSElliott Hughestd=td.1 2*9a7741deSElliott Hughes 3*9a7741deSElliott Hughesfor i in $* 4*9a7741deSElliott Hughesdo 5*9a7741deSElliott Hughes echo $i: 6*9a7741deSElliott Hughes ind <$i 7*9a7741deSElliott Hughes time ../a.out -f $i $td >foo1 8*9a7741deSElliott Hughes time /usr/bin/awk -f $i $td >foo2 9*9a7741deSElliott Hughes cmp foo1 foo2 10*9a7741deSElliott Hughesdone 11