How to Submit Lab1
- (For the first part) Create a directory:
username.lab1.1
- There will be four files in this directory: You must have your
name on the first line of each file.
- ex1 : The shell
script file for exercise 1.
- The following files you downloaded for exercise 1, and
corrected:
- (For the second part) Create a directory:
username.lab1.2
- There will be two files in this directory: You must have your
name on the first line of each file.
- ex2.awk : The
awk script file for exercise 2.
- ex2.rain : The
command line argument and the output of your awk script ex2.awk
- When you are finished with your directories you will create
compressed archive files using tar
(this utility stores your directory as a single file, then compresses
its size.) Important: Please do not include extraneous files in your gzipped tar archive. Doing so may trigger a virus scanner and prevent successful receipt of your submission.
tar -czvf username.lab1.1.tgz username.lab1.1
tar -czvf username.lab1.2.tgz username.lab1.2
- You will email your files to me as an attachment.
To |
soner@cs.uchicago.edu |
Attachment |
username.lab1.1.tgz |
Subject |
lab1.1 |
To |
soner@cs.uchicago.edu |
Attachment |
username.lab1.2.tgz |
Subject |
lab1.2 |