Lan Barnes set us up the following: > > tar is directory orineted. It has compression. tar is file oriented, it has concatenation. there are only two ways to compress with tar: 1) write to a hardware compressed tape 2) pipe it through a compression program (GNU tar has gzip built in) -john