Using the Submit program

How can I submit my assignments?

First, you need to login to any of the following:
 


Second, You make a tar archive and then call a certain program frommy directory called submit . The exact path
is

~ap43502/BIN/submit

You can actually create a symbolic link called submit from your directory to the above path, so that you don'thave to type it all the time. To create a symbolic link, type the following:

ln -s ~ap43502/BIN/submit submit

Finally to submit your program, type

submit assignment_number filename

There is only one filename which is the tar file. Assignment numbers are the taken from the Class schedule web page. For example, for class #1 the assignment_number will be 1. All individual files (theones in the tar file) must be in text format.

Web Accessibility