what is the best way to perform comparison on dates for comparison in AIX 5.
e.g.
typeset -i lastrundate=050131
adding 7 to this would be 050138 (need it to be 050207 or this will compute to less than 050201)
[[ (${lastrundate} + 7) -ge ${currentdate} ]]