#! /bin/tcsh -f # t_lcvs_nbint 4.0 # Calculates the required number of bins to cover from the # start to the end time. # Date in final form: 17 December 2004 set diff = `echo $1 $2 | awk '{print int(($2-$1))}'` echo $diff $3 | awk '{print int($1/$2+1)}'