|
search files and copy them to a directory with datestamp attacched to it
Hi I need to search the some ftp files created in last 24 hours and copy them to a directory with date stamp attached to it.
Iam using following command to search the files
find $CA_OUT_PATH/*/ftp_out -type f -mtime -1
but now how to copy these files to some other directory one by one
with date stamp attached to each file.
Please reply ...its urgent
thanks in advance
|