Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-21-2008
sreenusola sreenusola is offline
Registered User
 

Join Date: Aug 2008
Posts: 19
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
Sponsored Links