CPSC 453: Submitting Your Assignments

You will be using the submit command to send me your assignments.

Submitting your assignment files

Syntax:

submit -c <course number> -a <assignment number> <filenames>

Example:

> cd cpsc453/assignment1
> submit -c 453 -a 1 *

All files in the cpsc453/assignment1 directory will be electronically submitted for course CPSC 453 assignment 1.


Checking what files you have submitted

Syntax:

showstuff -c <course number> -a <assignment number>

Example:

> showstuff -c 453 -a 1

This will show a list of all files electronically submitted by the students for CPSC 453 for assignment 1.


Author: Reza Pakdel
Date: September 14, 2003

Back to main