find /home/yto/log/ -type f -mtime +3 -exec rm {} \;
find /home/yto/log/ -type f -mtime +3d -print
find -E /home/yto/log/ -mtime +3d -type f -regex '.*([12][0-9]|0[1-9]).txt' -exec rm {} \;