(imported topic written by SystemAdmin)
Hello,
I have a file that has a modification time that changes often and would like to compare the timestamp of the file to the current timestamp of now.
Here is my relevance in basic terms:
if exist “/tmp/mytestfile” and (current_time - timestamp_of_mytestfile) < 300 secs then true else false
Thanks much,