I want to find out if a file has been modified since the last time my shell script was started, maybe by creating a boolean or something... Maybe it would be possible to save th
You can touch all files when you run your script. Then touch the script itself. Next time, you just find any files which is newer than your script.
touch
find