 |
Example of a simple shell script - UNIXhelp for users
Example of a simple shell script These are the contents of a shell script called display: cat display # This script displays the date, time, username and # current directory. echo "Date and time is:" date echo echo "Your username is: `whoami` \n" echo
unixhelp.ed.ac.uk |
 |