find /FolderRoot -type f -name 'Files*.jpg' -mtime +1 -delete
Тут ключевой параметр - mtime:
-mtime n
The primary shall evaluate as true if the file modification time subtracted
from the initialization time, divided by 86400 (with any remainder discarded), is n.