'''[http://core.tcl.tk/tcllib/doc/trunk/embedded/www/tcllib/files/modules/tar/tar.html%|%tar]''' is a [Tcllib] package for handling [tar] data. ** Documentation ** [http://core.tcl.tk/tcllib/doc/trunk/embedded/www/tcllib/files/modules/tar/tar.html%|%official reference]: ** Example: tar.gz ** To work with a gzipped tar file: ====== set chan [open myfile.tar.gz] zlib push gunzip $chan set data [::tar::get $chan some_file_in_tarball] close $chan ====== <> tar | package