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\
Below can be done for 2 decimal precision ,
echo $T | bc -l | xargs printf "%.2f"