MarkLeong
12-08-2001, 12:02 AM
I want to run a cron job that will copy a file. However the copied file need to have a time and date stamp as part of the filename. The copied file has to look like:-
originalfilename.yyyymmdd.hhmmss.backup
How do I capture the computer's date and time and append it to the filename?
originalfilename.yyyymmdd.hhmmss.backup
How do I capture the computer's date and time and append it to the filename?