Find files between two time stamps

by James McDonald | Aug 3, 2026 | IT Tips | 0 comments

mints="2026-07-24 01:52:00"
maxts="2026-07-24 01:55:00"

find . -newermt "$mints" ! -newermt "$maxts"

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.