How to copy the files created in a folder today to another destination fold - TechRepublic
Question
December 11, 2008 at 03:01 AM
justinsebastian

How to copy the files created in a folder today to another destination fold

by justinsebastian . Updated 17 years, 7 months ago

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 \;

This discussion is locked

All Comments