Using the Homework Submission Program

To submit an assignment using the homework submission program, type "hsp" in a terminal window. You will then be prompted to provide the instructor's name, the course number, and the name of the file you wish to submit.

You can also use hsp to make sure your submission has been successful. Again, just type "hsp" and follow the instructions to receive a list of all your submissions in the same form used by the "ls -l" command.

An Example

Here's how it would look if you were submitting a program called "kudu.cpp" for Jeff Ondich's CS117 class, while logged in on the computer named "wilkes".

wilkes> hsp
Instructor: ondich
Class: cs117
Submitting a file, or checking already submitted files? (s or c): s
File to submit: kudu.cpp
Copying file kudu.cpp to /tmp
Copying file to /Accounts/other/grader/CS117/ondich/youraccountname/kudu.cpp
File submitted: Thu Sep 16 19:06:29 CDT 1999
Here's how you would check to make sure your submission was successful.

wilkes> hsp
Instructor: ondich
Class: cs117
Submitting a file, or checking already submitted files? (s or c): c
/Accounts/other/grader/CS117/ondich/youraccountname:
total 12
1 drwxrwx---   2 grader   users         512 Sep 16 18:23 .
1 drwxr-xr-x   3 grader   users         512 Sep 16 18:23 ..
3 -rw-rw-rw-   1 grader   graders      2939 Sep 16 18:37 kudu.cpp
wilkes> 

Notes





Jeff Ondich, Department of Mathematics and Computer Science, Carleton College, Northfield, MN 55057, (507) 646-4364, jondich@carleton.edu