erasing old files

Hi, I need to delete all the files before yesterday on a single directoy. Do you help me?
TKS.

find /path/to/dir -ctime +1 -exec rm -f {} \;