TAR files
Novell Cool Solutions: Question & Answer
Reader Rating
from 2 ratings
Q:
What are .tar files, and how can I install them?
A:
.tar files are similiar to zip files under windows. They are packed and compressed files. To uncompress them, use the command "tar".
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
Reader Comments
- This is a boneheaded Cool Solution. What would really be nice is if actual tar parameters were listed. Tar files are not compressed, the gzip utility is used to do this in which case the file would end in tar.gz. Tar can both extract and unzip if needed.