Turnin
Submission
Use the command turnin to submit your project. Its usage is:
turnin --submit <grader> <assignment-name> <file1> <file2> ...
For this course the grader is hychyc07. The assignment names will be cs372epj1 for Project #1, cs372epj2 for Project #2, and so on.
Whenever you submit a file, it gets time stamped.
Confirmation
You can see whether the submission was successful or not by giving the following command:
turnin --list <grader> <assignment-name>
This will show the list of files which got submitted.
Example
If you want to submit the text file Collatz.zip for Project #1: Collatz, then, give the following command:
turnin --submit hychyc07 cs372epj1 Collatz.zip
confirm:
turnin --list hychyc07 cs372epj1
and download:
turnin --verify hychyc07 cs372epj1
Caution
If you submit a file a second time, then the previous file and its time stamp will get overwritten. Once submitted, you can not undo your submission (although you can overwrite any file).
More Information
Type man turnin on any department Unix machine (press space to page forward and q to quit).
- 448 reads