How to copy the files created in a folder today to another destination folder in solaris. I used the below sytex and need to execute the same
find . -ctime -1 -exec echo cp {} /foldername \;