| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | .TH ZIPPER 1 "2011-05-26" "libzipper @libzipper_version@" "User Commands".SH NAMEzipper \- compress and extract files from archives.SH SYNOPSIS.B zipper{zip|gzip}.I archive file [files...].PP.B zipper{unzip|gunzip}.I archive.SH DESCRIPTION.I zipperprovides tools to manage compressed zip and gzip files..PP.I zipperstores the full path of the specified files when creating an archive, butdoes not store any timestamp or permission information..PP.I zipperextracts files to the full path specified within the archive; the originalarchive file is unchanged. .I zipperdoes not support restoring the originalfile timestamps or permissions, even if such information is recorded in thearchive..SH COMMANDS.TP.B zipCreate a new zip archive.TP.B unzipExtract all files from a zip archive..TP.B gzipCreate a new gzip archive.TP.B gunzipExtract the first file from the gzip archive..SH OPTIONS.TP.B archiveFilename of the compressed zip/gzip file.  The special '-' filename is treatedas standard input/output. When creating a new archive, this file willbe overwritten indiscriminately..TP.B filesA list of files to add into the archive.  The special '-' filename is treatedas standard input/output..SH EXAMPLES.TPCreate a zip filezipper zip /tmp/foo.zip bar.txt baz.txt.TPExtract a gzip filezipper gunzip /tmp/foo.gz.SH CONFORMING TO.I zippersupports the DEFLATE algorithm described by RFC1951, and the gzip file formatdescribed by RFC1952..SH BUGSFor gzip files,.I zipperis able to create an archive containingmultiple files, but can only extract the first file..SH SEE ALSO.BR gunzip (1),.BR gzip (1),.BR unzip (1),.BR zip (1)
 |