I am using this command to list all files that have been modified in the last day (or created)
find ./ -mtime 1 -ls
However it keeps returning files from 30th April when I am running the command just now (2nd May at 19:38)
Can anyone advise why this is occurring and / or give me a better command to use to find files modified or create in the last 24 hours period