Okay, the crontab didn't work as expected, so I went back to the original idea of writing a login script to do the job.
There IS a built in function to display the day of the week, namely date +%A. This returns the full name of the day. So from there, it was setting a variable to that value, namely $DAYOFTHEWEEK = date +%A.So from there, it was
(
Read more... )