How to Submit Lab1

  1. Create a directory:
           username.lab1
  2. There will be seven files in this directory: You must have your name on the first line of each file.
  3. When you are finished with your directory 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.lab1.tgz   username.lab1
  4. You will email your file to me as an attachment. If you are using mutt, you can send it by using the command

    mutt -s "lab1 submission from yourname" -a ./username.lab1.tgz soner@cs.uchicago.edu

  5. To  soner@cs.uchicago.edu
    Attachment  username.lab1.tgz
    Subject  lab1