$day = `/bin/date | awk 'BEGIN {FS=" "}{print $3}'`; print $day;