How to Submit Lab2


  1. (For the first part) Create a directory:
           username.lab2.1
  2. There will be two files in this directory: You must have your name on the first line of each file.
  3. (For the second part) Create a directory:
           username.lab2.2
  4. There will be eight files in this directory, make sure your name is in every file in a comment block.
  5. 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.lab2.1.tgz   username.lab2.1
           tar -czvf   username.lab2.2.tgz   username.lab2.2
  6. You will email your files to me as attachments.

  7. To  soner@cs.uchicago.edu
    Attachment  username.lab2.1.tgz
    Subject  lab2.1

    To  soner@cs.uchicago.edu
    Attachment  username.lab2.2.tgz
    Subject  lab2.2