How to use "turnin" program in UTCS Unix/Linux machines


Things to make sure

Your program should be compiled without any warnings or errors and run on the Taylor or Painter basement machines.
Once you make sure of your codes, you are ready to submit your work.

Submission

Use the command turnin to submit your project.
USAGE: turnin -submit grader project-name file1 file2 file3
Note that the grader is hyukcho for this class.
You will  be given required filenames for each project that you have to turnin.

Confirmation

You can see whether the submission was successful or not by giving the following command.
USAGE: turnin -list hyukcho project-name
This should show the list of files which got submitted.

Example

If you want to submit the files: count.pl, data.txt, result.txt for projectn to the grader hyukcho, then give the following command.
USAGE: turnin -submit hyukcho projectn count.pl data.txt result.txt
Then to confirm your submission, do the following.
USAGE: turnin -list hyukcho projectn

Caution

If you submit a file a second time, then the previous file and its time stamp will get over-written.
Once submitted, you can't undo your submission (although you canoverwrite any file).
Whenever you submit a file, it gets time stamped.

More Information

You need not submit the files all at once;
you may use the command repeatedly to submit different files;
or you can even turn in your program directory.
For more information, do the following at any unix/linux machine in UTCS.
USAGE: man turnin
Press space to move forward and q to quit.