I'm trying to use something like this:
find . -type f -newermt 2007-06-07 ! -newermt 2007-06-08 -iname "*file*.txt"
But get a "command not found" error - and it looks like it's because of -newermt
I'm reasonaly sure I've used the above command in the past. Has something changed with macOS...