cd to the directory containing your homework files and create a tar file containing everything needed to compile and run your program:
See tar howto for information on using tar
% cs44handinyou should see a menu that looks like the following:
Hi, your_username! This program allows you to turn in your solution to Homework 2 -- due by midnight Sunday, September 12 Enter 'h' to hand in a homework file Enter 'v' to view the files you have turned in Enter 'q' to quit handin>
To verify that cs44handin has your tar file, type v.
You can re-submit solution to homework assignments any time before the due date (just re-run cs44handin, and re-submit your tar file)
% cs44handin Hi, newhall! This program allows you to turn in your solution to Homework 1 -- due by midnight Monday, September 12 Enter 'h' to hand in a homework file Enter 'v' to view the files you have turned in Enter 'q' to quit handin> h Which of the following files do you wish to hand in? (a) Hello World Program (Problem 1) (b) Goodbye Cruel World Program (Problem 2) Enter choice (a-b): a What is the name of your Problem 1 (Hello World Program) tar file? prog1.tar OK, you have now turned in your Problem 1 (Hello World Program) tar file. It will appear in the list of submitted files as "hw1.1.tar" Enter 'h' to hand in a homework file Enter 'v' to view the files you have turned in Enter 'q' to quit handin> v newhall, you have turned in the following files: hw1.1.tar Enter 'h' to hand in a homework file Enter 'v' to view the files you have turned in Enter 'q' to quit handin> q %