[Homepage] | [Next: Debugging Programs] | [Up: Submitting Homework] | [Prev: What to Submit]

How to Submit

To electronically submit a file from CATS, you must give the submit program the following information (the order is relevant):
  1. which class are you submitting to (always cmps012a).
  2. which assignment you're submitting for (Ex: hw1, hw2, etc.).
  3. the files you're submitting.
For example, if for homework 5 you have a program called squareRoot.c you're should type:

	submit cmps012a-sb.w06 hw5 squareRoot.c

When you submit multiple copies, only the last one remains. If you want to see what you've turned in, use the command peek with the class and assignment name:

	peek cmps012a-sb.w06 hw5


Ewerton L. Madruga
Modified by Kevin Klenk