if (format == NULL) {
fmt = TXZ;
} else {
if (format[0] == '.')
++format;
if (strcmp(format, "txz") == 0)
else if (strcmp(format, "tbz") == 0)