In order for you to use the "submit" script on the Zoo machines to submit
homeworks, you may need to set the UNIX environment variable PATH.
This variable lists the set of directories where the operating system will
search in order to find and execute a command.
You may examine what directories are included in your current PATH
via the command
Although each case is possible to be different, yours is likely to look like:
/usr/bin:/bin:/usr/bin:/usr/X11R6/bin:.:/usr/local/jdk1.1.7/bin
This is the default set up when your account is created.
All the CS210 scripts are located in
directory on Zoo machines, therefore you may consider adding the
following line in the .login file:
setenv PATH /c/cs210/bin:$PATH
which will prepend the class path to your original path.