How to Submit Lab3
Please note that this Submission guide supercedes any instructions
labeled DELIVERABLES on lab assignment 3.
- (For the first exercise) Create a directory:
username.lab3.1
This directory will include at least three files.
- Source code files: You may organize your files anyway you
like.
- Makefile:
it must build your executable named mystat when we type make on the command line.
- README :
This file must include the correct command line syntax (including the
available option in you do the bonus), a brief explanation of your
command (including the extra functionality if you do the bonus) and the
transcript of one example of your command in the default mode (if you
are doing the bonus option, submit a second example showing your option
at work.)
- (For the second exercise) Create a directory:
username.lab3.2
This directory will include at least three files.
- Source code files: You may organize your files anyway you
like.
- Makefile:
it must build your executable name filecopy when we type make on the command line.
- README :
This file must include the correct command line syntax of filecopy and a brief
explanation of what it does. There is no need to send a transcript of
it in action.
- When you are finished with your assignment you will create a
compressed archive file using tar
(this utility stores your directory as a single file, then compresses
its size.)
tar -czvf username.lab3.1.tgz
username.lab3.1
tar -czvf username.lab3.2.tgz
username.lab3.2
- You will email your files to me as attachments.
To |
soner@cs.uchicago.edu |
Attachment |
username.lab3.1.tgz |
Subject |
lab3.1 |
To |
soner@cs.uchicago.edu |
Attachment |
username.lab3.2.tgz |
Subject |
lab3.2 |