Turning in AssignmentsTo invoke the turn-in script on a directory containing your program(s) and readme file: /usr/class/csc172/bin/TURN_IN assignment-name directory-pathSay you have all the files for your assignment in a directory called mystuff, which is a subdirectory of the directory you are currently in. Say the assignment you want to turn in is an assignment called sparse. At the troi prompt type: /usr/class/csc172/bin/TURN_IN sparse mystuff If you are in the directory you want to turn in, type: /usr/class/csc172/bin/TURN_IN sparse .(note that final period is the UNIX "current directory" designator). Of course for an assignment called "tree" you would substitute the string "tree" (without the quotes) for "sparse" in the command. Do not type this last "dot" version of the command from your home directory. We do not want to see your email, your newsgroups, your . files, etc.! Put the files you want to submit into their own directory and submit that. |