How is find daystart
used with mmin
? daystart
with mtime
makes perfect sense, But with mmin
its confusing.
Let me explain what I do not get:
find path -daysart -mtime 0
gives files modified today.find path -daystart -mtime 1
gives files modified yesterday.
How to get files modified today with daystart
and mmin
?
Also how to find files modified between 23:59
and 12:00
using daystart
option and mmin
?