To run lisp on the sod cluster (IACC 150B):
clisp

To get a copy of your output, do the following

  script
  clisp
   your work
  exit
At this point the file typescript will have your full input and output. You can print this file. The clisp on SOD shows the balancing parenthesis and this will make the output unreadable. To fix this problem, your print command should be something like:
 col -b 

To run Prolog, the command is

  pl

The Help desk has a collection of One Page Documents that include a page for UNIX Commands . The computer section in the Varsity Mart has a nice help sheet called "Quick Study - Linux". This sheet covers a number of basic issues about running on a UNIX system.