I have a shell script for backups and I need the Weekday of tomorrow.
$Today = $(date +%a) #$Tomorrow = ?
$ date +%a --date="tomorrow" Thu