Is there a simpler/better way to calculate the last day of the quarter with date, than the one I\'ve come up with?
#QUARTER=$(( ((($(date +\'%-m\') - 1) / 3)