[manual index][section index]

NAME

getzip, lszip, putzip - zip file utilities

SYNOPSIS

getzip [ -dv ] [ -k ] zipfile [ path ... ]
lszip [ -d ] zipfile
putzip [ -dvp ] zipfile [ path ... ]

DESCRIPTION

Getzip, lszip and putzip read, list and create zip files. Zipfile is the file to be read or created.

Getzip extracts only the paths given on the command-line. If no paths are specified, all files in the zip file are extracted.

Lszip lists the files present in the zip file.

Putzip creates a zip file. If paths are given on the command-line, those paths and their children are added to the zip file. Otherwise, a list of paths to put in the zip file are read from standard input. Directories from the standard input are not added recursively.


Options

-d
Print debugging information. A second -d prints more information.
-v
Be verbose. For getzip this prints the files extracted. For putzip this prints the files added to the zip file.
-k
Keep existing files. For getzip only. By default, existing files are overwritten.
-p
Do not compress files added to the zip file. For putzip only.

SOURCE

/appl/cmd/getzip.b
/appl/cmd/lszip.b
/appl/cmd/putzip.b
/appl/lib/zip.b
/appl/lib/zip.m

SEE ALSO

gettar(1), zipstream(1), zipfs(4)

BUGS

Zip64 extensions are not supported.
Encrypted zip files are not supported.

GETZIP(1 ) Rev:  Wed Feb 22 04:14:06 GMT 2023