#!/bin/bash find ~ -maxdepth 1 -mtime +14 -type f -name "*.m4a" -exec echo {} will be deleted \;