Search Results

1
vote

What is the Best Way to Perform Timestamp Comparison in Bash

Use the date command to convert the two times into a standard format, and subtract them. You'll probably want to store the previous execution time in a dotfile then do something like: …