I have a job that needs to run daily. I need to write a shell script which will pick up a input file that is generated daily. The generated file is going to have the jobname with sysdate and some more characters appended to it. In this, jobname is going to remain same, the syadate will change daily and the last few characters will be generated daily automatically.
e.g. the name of the file will be :
on 26 th - abc20030826123
on 27 th - abc20030827234
on 28 th - abc20030828568
How can I call this file in the script.
Thanks,
Navin
e.g. the name of the file will be :
on 26 th - abc20030826123
on 27 th - abc20030827234
on 28 th - abc20030828568
How can I call this file in the script.
Thanks,
Navin