CMSC201
Out: Tuesday, 9/17/02 |
touch proj0.c
submit cs201 Proj0 proj0.c
The command touch proj0.c creates an empty file called proj0.c. 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.
After entering these commands, you should get a confirmation that submit
worked okay. Specifically, the confirmation will say:
Submitting proj0.c...OK
If not, send your lecturer email (bogar@cs.umbc.edu or dforna1@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