I don't recall exactly but

来源: 2005-02-09 12:45:01 [旧帖] [给我悄悄话] 本文已被阅读:

.taz is the same as .tar.Z (isn't it?). In that case, use commands:

cp aaa.taz aaa.tar.Z
uncompress aaa.tar.Z
tar xvf aaa.tar

should in principle work. Somebody give a quicker approach please, if know it.