find-by-date - Find files with GNU find but with easier to comprehend time interval formats



NAME

find-by-date - Find files with GNU find(1) but with easier to comprehend time interval formats


SYNOPSIS

find-by-date [FROM--][TO] [FIND-ARGS]


DESCRIPTION

Takes your FROM--TO date-time specifications and turns into the appropriative -mmin -MINUTES and -mmin +MINUTES parameters for find(1), then call find(1).


SUPPORTED DATE FORMATS

Recognize these date-time formats in FROM and TO:

  YYYY-mm-dd_HH:MM
  YYYY-mm-dd_HH
  YYYY-mm-dd
  YYYY-mm
  YYYY
       mm-dd
          dd
       mm-dd_HH:MM
       mm-dd_HH
          dd_HH:MM
          dd_HH
             HH:
            _HH

Enter 0--TO to select any time up to TO. Enter FROM-- to select any time starting from FROM.