| find-by-date - Find files with GNU find but with easier to comprehend time interval formats |
find-by-date - Find files with GNU find(1) but with easier to comprehend time interval formats
find-by-date [FROM--][TO] [FIND-ARGS]
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).
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.
| find-by-date - Find files with GNU find but with easier to comprehend time interval formats |