|
compare today's date with date in a file
Hi I am very new to scripting,
Can someone show me how to (in unix shell script) compare the system's date with a date in a file. The requirement is to somehow open this file (which will only have a date in it) and compare it with today's date. If they are equal execute a procedure below but if they are not the same, do nothing
sqlplus -s username/password @job.prc> job.log
Thank you so very much
Siog
|