sh1 #!/bin/csh # from pound sign to end of line it is a comment (except line 1) echo -n the date today # Comment: -n == no new line date # execute the date command produces the date todayMon Jul 31 13:29:45 PDT 2006