Originally posted by: SystemAdmin
Good Afternoon! I am kind of new at this but I am trying to set up a cron job. Below is the cron job that I have set up using crontab -e on an AIX server.
23 10 * * 1-5 CjisReturn >> /LGS/DEVELOPMENT/CLERK.DATA/AL.CJIS.CRON.LOG/CronReturnLog.txt 2>&1
The above output will be appened to the file named CronReturnLog.txt and this seems to work fine.
My question is, can I make this key for my file dynamic?
Currently the log is keyed CronReturnLog.txt but I would like to use the current date for the key, is there a way to do this in crontab -e?
Any information would be greatly appreciated, thanks for your tiume...
Thomas
#AIX-Forum