To turn in homework 2 use the turnin command from any machine in csil type: turnin hw02@cs60 where is the directory with your code and student.id file. IT MUST ALSO CONTAIN A SAMPLE INPUT FILE THAT YOU USED TO TEST YOUR CODE. It must contain at least 20 design parameters The student.id file should be named student.id, and contain exactly 2 lines. Your full name on the first line, and email address on the second line. The email address you provide is where your grade will be mailed back to. If you have problems turning in your work let me know. ------- I tried turnin hw02@cs60 yyy This is what I got back ... These are the regular files being turned in: Last Modified Size Filename -------------- ------ ------------------------- 1: 06/28/06 17:28 29 yyy/student.id 2: 06/28/06 17:28 7 yyy/xxx.c 3: 06/28/06 17:28 59 yyy/input.txt **************************************************************************** You are about to turnin 3 files [2KB] for hw02 to cs60 *** Do you want to continue? y [ comment <--- I typed the y ] yyy/student.id yyy/xxx.c yyy/input.txt *** TURNIN OF hw02 TO cs60 COMPLETE! *** Note that you can check if it was turned it by executing the following command: ls -l ~cs60/TURNIN/hw02 and see if there is a file with your user id plus some other info. Check that the size of the file which should be comparable with the one of other files there.