Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support time units for -mtime etc. #75

Closed
tavianator opened this issue Apr 26, 2021 · 0 comments
Closed

Support time units for -mtime etc. #75

tavianator opened this issue Apr 26, 2021 · 0 comments

Comments

@tavianator
Copy link
Owner

tavianator commented Apr 26, 2021

FreeBSD find supports -{B,a,c,m}time n[smhdw]:

     If	units are specified, this primary evaluates to true if the
     difference	between	the file last access time and the time find
     was started is exactly n units.  Possible time units are as fol-
     lows:

     s	     second
     m	     minute (60	seconds)
     h	     hour (60 minutes)
     d	     day (24 hours)
     w	     week (7 days)

     Any number	of units may be	combined in one	-atime argument, for
     example, "-atime -1h30m".	Units are probably only	useful when
     used in conjunction with the + or - modifier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant