hh find --mtime -1d12h # files modified less than 1 day and 12 hours ago
hh find --mtime +30s # files modified more than 30 seconds ago
hh find --mtime 1d # files modified exactly 1 day ago (er, fairly useless, but there is precedent)
We do not support the Nth 24 hour period that various unix find utilities support.
Adds support for duration based time queries.
We do not support the Nth 24 hour period that various unix find utilities support.
This PR builds on https://github.com/jystic/hadoop-tools/pull/24 and https://github.com/jystic/hadoop-tools/pull/23