How to Submit Lab1


  1. (For the first part) Create a directory:
           username.lab1.1
  2. There will be four 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.lab1.2
  4. There will be two files in this directory: You must have your name on the first line of each file.
  5. 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
  6. You will email your files to me as an attachment.

  7. 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