Adding commands

Now that you have written your first shell script, you can add commands to it. You can add any command that you can run on the UNIX command line. Let's try adding some interesting (if arbitrary) capabilities to your first script:
date Print the date
ls  
echo $PATH  



Matt Disney 2005-09-14