UbuntuNyers -- I knew you could "watch" any command -- as in "watch ls -alh" ... but "time" is new to me -- prefix any command with "time" and it executes the command and prints out the run time. For example: # time sleep 2 No more startTime, endTime, date diff's in my code ! :) -Jeff