You are on page 1of 1

Command Syntax

find /path/to/files* -mtime +5 -exec rm {} \;


Note that there are spaces between rm, {}, and \;

You might also like