In a bash script I want to check if a file has been changed within the last 2 minutes.
I already found out that I can access the date of the last modification with <
I think this would be helpful,
find . -mmin -2 -type f -print
also,
find / -fstype local -mmin -2