#!/bin/bash ## mydate ## Displays the date in the format I like: clear echo echo "This is the way I like my date format:" echo " date +%Y-%m-%d (`date +%Y-%m-%d`)" echo exit 0