How should I take a number that is in hundreths of seconds and display it in seconds to two decimal places? Psuedo code to follow the dTime function I am not sure about but you\
Bash has a printf function built in:
printf "%0.2f\n" $T