Department of Computer Science

Problem Solving and Algorithm Design I

Spring Semester 2010

Dr. Maury Eggen

A Note on the tar archive utility

You recall that we discussed in class that this homework must use the tar archive utility in its submission. To use the tar archive utility, you must:

tar cvzf [archive to create] [stuff to archive]

Your tar archive must also identify you. For example, if meggen were creating a handin archive, he would first create a folder named meggen. He would then put everything necessary into this folder. Then, one level above meggen, he would issue the tar command:

tar cvzf meggen.tgz meggen

This command creates the tar archive meggen.tgz, which he would then email to his professor.

Return to Dr. Eggen's Home Page