#!/bin/bash find -type f -mtime -1 ! -mmin -30 | wc -l