use find
-atime/-ctime/-mtime -exec cp ....
man find!
Oded. Dave Pisarek wrote: Does anyone know how to cp files in a directory by their date stamp? I.E. copy all files in directory A that were created on may18th? Thanks |
use find
-atime/-ctime/-mtime -exec cp ....
man find!
Oded. Dave Pisarek wrote: Does anyone know how to cp files in a directory by their date stamp? I.E. copy all files in directory A that were created on may18th? Thanks |