Skip to content

Support time units for -mtime etc. #75

@tavianator

Description

@tavianator

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions