Is there any tool in Solaris UNIX (so no GNU tool available) to subtract dates? I know that in Linux we have gawkgawk that can subtract one date from another. But in Solaris the maximum we have is nawknawk (improved awkawk) which cannot perform date calculations. Also I cannot use perl... :(
Is there anywayany way to do datesdate calculations like 20100909 - 20001010 ?
UPDATE: Is bc able to perform dates calculations?