The format of the submit command for this course is
and "list-of-files" is the list of source files, makefile, read-me files, etc. that you wish to submit for your project.
For example, to submit the files Proj1.C and Bob.cpp for project 1, you would enter
For example, to delete Bob.cpp from your Project 1 submittal directory, use the command
This program compiles and links your program in your submittal directory
just like the graders will.
To execute this program provide the full absolute path name to the submitmake program
in Ms. Wortman's public directory at the unix prompt. For example, the command
If one of your project's command line arguments is
a filename, that file should be in your local directory (not in your submital directory).
submitrun assumes that the executable
for your project already exists in your submittal directory and that it is named Proj1,
Proj2, etc., per the course naming conventions.
submitls
This command allows you to list (like the Unix ls command) all of the files in your
submittal directory for a particular project. The format of the submitls
command for this course is
submitrm
This command allows you to delete (like the Unix rm command) files from your
submittal directory for a particular project.
The format of the submitrm command for this course is
If unsuccessful, the command responsds with the message
I can't seem to find Bob.cpp. <shrug>
submitmake
submitmake is a C program that is available from Ms. Wortman's public
directory /afs/umbc.edu/users/d/a/dana3/pub/CMSC202
submitrun
submitrun is also a C program available in Ms. Wortman's public
directory /afs/umbc.edu/users/d/a/dana3/pub/CMSC202
The format for submitrun is