CSI 205 turnin Command

Electronically submit your programs



Submit assignment #1 by typing the following command:

                                     turnin-csi205 -c csi205 -p prog1 your_file_name


Where prog1 is the assignment number (this will change to prog2 for assignment #2, prog3 for assignment #3, etc.) and your_file_name is the name of the file you're submitting (e.g Mortgage.java). For assignment 2 the command should be

                                    turnin-csi205 -c csi205 -p prog2 your_file_name

After typing the turnin command and hitting Enter, you will be prompted to type your section number.

You should type the section to which you have been assigned, either section1, section2, or section3.

 

You may turn in an assignment as many times as you wish, but your last submission is the assignment that will be graded.


Check to make sure your assignment was submitted properly with the following command:
(Incorrect use of turnin will not be accepted as an excuse!!)

turnin-csi205 -v

This command will display one or more lines, similar to the "ls" command. For program #1 , the line might look like:

-rw-r--r-- 122/126 4344 Sep 21 11:25 2009 Mortgage.java
 

If you see this line, your submission has been accepted.
The date and time stamp (Sep 21 11:25 2009) indicate the time the file was last modified (not the time you submitted the assignment).