Find & delete files between 2 dates & times
Make 2 files that will be the marking point of the beginning and the end. touch -t yyyymmddHHMMSS start_date_file_name touch -t yyyymmddHHMMSS end_date_file_name Then delete everything between those 2 days: find .Read More…