find <ROOT_SEARCH_DIR> -name “<WILDCARD_FILNAME>” -mtime <DAYS SINCE LAST MODIFIED> -type f -exec rm -f {} \; e.g: find /home/users/svollett/test_purge -name “FILE_A*.txt” -mtime -1 -type f -exec rm -f {} \;