touch Proj0.cpp
submit cs202 Proj0 Proj0.cpp
The command touch Proj0.cpp creates an empty file called Proj0.cpp. The submit command has four parts: the word submit, followed by the class name (cs202), followed by the name of the project (note uppercase P), followed by the name of the file(s) to be submitted.
After entering these commands, you should get a confirmation that submit
worked okay. Specifically, the confirmation will say:
Submitting Proj0.cpp...OK
If not, send an e-mail to Mr. Frey about the problem. In the e-mail, list the section of CMSC 202 in which you are enrolled. Please cut and paste the command you typed and the error message that was displayed into your message.
You can check your submission by entering submitls cs202 Proj0
You should see the name of the file that you just submitted -- in this case,
Proj0.cpp.