date - How to calculate time difference in bash script? - Stack Overflow
I print the start and end time using date +"%T", which results in something like: 10:33:56 10:36:10 How could I calculate and print the difference between these two? I would like to ......