Document newly supported archive formats.
This commit is contained in:
parent
f056e98c0f
commit
f41fc584b6
|
@ -28,7 +28,8 @@ as a fallback with file(1).
|
||||||
.PP
|
.PP
|
||||||
\fBpatool\fP supports 7z (.7z), ZIP (.zip, .jar), GZIP (.gz), compress (.Z),
|
\fBpatool\fP supports 7z (.7z), ZIP (.zip, .jar), GZIP (.gz), compress (.Z),
|
||||||
BZIP2 (.bz2), TAR (.tar), ARJ (.arj), CAB (.cab), CPIO (.cpio),
|
BZIP2 (.bz2), TAR (.tar), ARJ (.arj), CAB (.cab), CPIO (.cpio),
|
||||||
RPM (.rpm), DEB (.deb), LZOP (.lzo), LZMA (.lzma), XZ (.xz) and RAR (.rar) formats.
|
RPM (.rpm), DEB (.deb), LZIP (.lz), LZOP (.lzo), LZMA (.lzma), RAR (.rar)
|
||||||
|
and XZ (.xz) formats.
|
||||||
It relies on helper applications to handle those archive formats
|
It relies on helper applications to handle those archive formats
|
||||||
(for example bzip2 for BZIP2 archives).
|
(for example bzip2 for BZIP2 archives).
|
||||||
.SH COMMANDS
|
.SH COMMANDS
|
||||||
|
|
|
@ -16,8 +16,9 @@ DESCRIPTION
|
||||||
|
|
||||||
The archive format is determined by the archive file extension and as a fallback with file(1).
|
The archive format is determined by the archive file extension and as a fallback with file(1).
|
||||||
|
|
||||||
patool supports 7z (.7z), ZIP (.zip, .jar), GZIP (.gz), compress (.Z), BZIP2 (.bz2), TAR (.tar), ARJ (.arj), CAB (.cab), CPIO (.cpio), RPM (.rpm), DEB (.deb), LZOP
|
patool supports 7z (.7z), ZIP (.zip, .jar), GZIP (.gz), compress (.Z), BZIP2 (.bz2), TAR (.tar), ARJ (.arj), CAB (.cab), CPIO (.cpio), RPM (.rpm), DEB (.deb), LZIP
|
||||||
(.lzo), LZMA (.lzma), XZ (.xz) and RAR (.rar) formats. It relies on helper applications to handle those archive formats (for example bzip2 for BZIP2 archives).
|
(.lz), LZOP (.lzo), LZMA (.lzma), RAR (.rar) and XZ (.xz) formats. It relies on helper applications to handle those archive formats (for example bzip2 for BZIP2 ar‐
|
||||||
|
chives).
|
||||||
|
|
||||||
COMMANDS
|
COMMANDS
|
||||||
Several commands and options are available.
|
Several commands and options are available.
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
; global defaults
|
|
||||||
[DEFAULTS]
|
|
||||||
verbose=0
|
|
||||||
force=0
|
|
||||||
|
|
||||||
; always extract ZIP files with unzip
|
|
||||||
;[zip]
|
|
||||||
;extract=unzip
|
|
Loading…
Reference in New Issue