#!/bin/bash find /picture/*.png* -type f -mtime +15 -exec rm {} \; fiind /mnt -type f -mtime +15 -name *.png -exec rm {} \;