#!/bin/csh # This script displays the date, time, username and # current directory. echo "Date and time is:" date echo echo "Your username is: `whoami` " echo "Your current directory is: " pwd