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.