#!/bin/bash echo " The date is `date`" echo " My name is `whoami`" echo " My Present Working Directory is `pwd`"