Search files modified/saved/... between 10pm and 6am
Posted: 2022-09-12, 18:41 UTC
Hi,
How can I do a search for all files with a timestamp between ...pm and ...am, regardless of where they are on the android phone?
If possible, datestamp shouldn't be considered, because:
- I'm only looking for files that were modified/saved at night, no matter on what date
- I guess a search like date-/timestamp between 1/1/2022 10pm and 12/9/2022 6am will also result in files that were modified/saved at daytime as long as date was between 1/1/2022 and 12/9/2022 - and that is not what I'm trying to achieve.
Maybe regex could help, but I've never used that before and I wouldn't know how to start...
Thanks in advance!
How can I do a search for all files with a timestamp between ...pm and ...am, regardless of where they are on the android phone?
If possible, datestamp shouldn't be considered, because:
- I'm only looking for files that were modified/saved at night, no matter on what date
- I guess a search like date-/timestamp between 1/1/2022 10pm and 12/9/2022 6am will also result in files that were modified/saved at daytime as long as date was between 1/1/2022 and 12/9/2022 - and that is not what I'm trying to achieve.
Maybe regex could help, but I've never used that before and I wouldn't know how to start...
Thanks in advance!