Site hosted by Angelfire.com: Build your free website today!
>Step 1. Log in to a UNIX machine (the handin script, > which was borrowed from Ian V, is written in > Korn Shell and therefore WON'T RUN ON A PC). > If you need to get someone who knows how to > log in to a UNIX system to help you then do so. > >Step 2. Bring up a terminal (you can't do this from > the graphical file manager thing). > Move to the appropriate directory where the > source file(s) are located. To check you are in > the right place you may like to "cat" your > script to the screen. For example, supposing > your program is in a directory called fpcwk: > > cd # make sure you are at home dir > cd fpcwk # change dir to fpcwk > cat hyperfp.lhs # cat the file to check it is > # there and that you really are > # in the right place. > >Step 3. Enter the following incantation at the shell > prompt: > > /sh-home/drs/fp/cwk/submit.sh hyperfp.lhs > >Job done. >