#!/bin/bash clear # clears the screen printf "The current date is: \n\n" date +"%A %B %d, %Y" # display the formatted current date # End the portable bash shell script