CMSC 201
Out: Tuesday, 9/18/07 |
The submit command has four parts. The word submit, followed by the class, followed by the name of the project (note uppercase P), followed by the name(s) of the file(s) to be submitted. You must be in the same directory as the files you are submitting for the submit command to work properly. The submit command does produce error messages if the command fails and confirmation if the command works properly.
After entering the submit command shown above, you should
get a confirmation that submit worked correctly.
Specifically, the confirmation will say:
Submitting proj0.c...OK
If not, check your spelling and that you have included each of the required parts and try again.
If you believe that you have typed everything correctly and the submit command fails again, then send me an email (bogar@cs.umbc.edu) about the problem. In this email, please show exactly what you typed in and the exact message that was displayed. We'll be able to fix submit problems quickly.
You can check your submission by entering
submitls cs201 Proj0
You should see the name of the file that you just submitted,
in this case, proj0.c