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