next up previous contents
Next: gzip/gunzip Up: Helpful Unix Commands Previous: nice/renice   Contents

tar

Tar is a command used to put many files into one file called a tar file. If one had had a programming project which included 20 files that needed to be sent as an e-mail attachment, one could send those files archived in a tar file. To commit a file to the archive use the -cvf flags. To extract them use the -xvf flags. To look at the contents of a tar file use the -tvf option.



Computer Support Group 2002-10-07