Thomas Klausner | 41f7750 | 2005-05-20 22:01:09 +0000 | [diff] [blame] | 1 | .\" Converted with mdoc2man 0.2 |
Thomas Klausner | 05f6928 | 2007-06-06 22:47:11 +0200 | [diff] [blame] | 2 | .\" from NiH: zipmerge.mdoc,v 1.5 2005/06/09 21:13:13 wiz Exp |
| 3 | .\" $NiH: zipmerge.mdoc,v 1.5 2005/06/09 21:13:13 wiz Exp $ |
Thomas Klausner | 41f7750 | 2005-05-20 22:01:09 +0000 | [diff] [blame] | 4 | .\" |
| 5 | .\" zipmerge.mdoc \-- merge zip archives |
Thomas Klausner | e8b2694 | 2005-06-09 19:52:49 +0000 | [diff] [blame] | 6 | .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner |
Thomas Klausner | 41f7750 | 2005-05-20 22:01:09 +0000 | [diff] [blame] | 7 | .\" |
| 8 | .\" This file is part of libzip, a library to manipulate ZIP archives. |
| 9 | .\" The authors can be contacted at <nih@giga.or.at> |
| 10 | .\" |
| 11 | .\" Redistribution and use in source and binary forms, with or without |
| 12 | .\" modification, are permitted provided that the following conditions |
| 13 | .\" are met: |
| 14 | .\" 1. Redistributions of source code must retain the above copyright |
| 15 | .\" notice, this list of conditions and the following disclaimer. |
| 16 | .\" 2. Redistributions in binary form must reproduce the above copyright |
| 17 | .\" notice, this list of conditions and the following disclaimer in |
| 18 | .\" the documentation and/or other materials provided with the |
| 19 | .\" distribution. |
| 20 | .\" 3. The names of the authors may not be used to endorse or promote |
| 21 | .\" products derived from this software without specific prior |
| 22 | .\" written permission. |
| 23 | .\" |
| 24 | .\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS |
| 25 | .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 26 | .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 27 | .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY |
| 28 | .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 29 | .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
| 30 | .\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 31 | .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER |
| 32 | .\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 33 | .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 34 | .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 35 | .\" |
| 36 | .TH ZIPMERGE 1 "December 22, 2004" NiH |
| 37 | .SH "NAME" |
| 38 | zipmerge \- merge zip archives |
| 39 | .SH "SYNOPSIS" |
| 40 | .B zipmerge |
| 41 | [\fB-DhIiSsV\fR] |
| 42 | \fBtarget-zip\fR |
| 43 | \fBsource-zip Op \fBsource-zip ...\fR\fR |
| 44 | .SH "DESCRIPTION" |
| 45 | .B zipmerge |
| 46 | merges the source zip archives |
| 47 | \fBsource-zip\fR |
| 48 | into the target zip archive |
| 49 | \fBtarget-zip.\fR |
| 50 | By default, files in the source zip archives overwrite |
| 51 | existing files of the same name in the target zip archive. |
| 52 | .PP |
| 53 | Supported options: |
| 54 | .RS |
| 55 | .TP 5 |
| 56 | \fB-D\fR |
| 57 | Ignore directory components in file name comparisons. |
| 58 | .TP 5 |
| 59 | \fB-h\fR |
| 60 | Display a short help message and exit. |
| 61 | .TP 5 |
| 62 | \fB-I\fR |
| 63 | Ignore case in file name comparisons |
| 64 | .TP 5 |
| 65 | \fB-i\fR |
| 66 | Ask before overwriting files. |
| 67 | See also |
| 68 | \fB-s\fR. |
| 69 | .TP 5 |
| 70 | \fB-S\fR |
| 71 | Do not overwrite files that have the same size and |
| 72 | CRC32 in both the source and target archives. |
| 73 | .TP 5 |
| 74 | \fB-s\fR |
| 75 | When |
| 76 | \fB-i\fR |
| 77 | is given, do not before overwriting files that have the same size |
| 78 | and CRC32. |
| 79 | .TP 5 |
| 80 | \fB-V\fR |
| 81 | Display version information and exit. |
| 82 | .RE |
| 83 | .SH "EXIT STATUS" |
| 84 | .B zipmerge |
| 85 | exits 0 on success and \*[Gt]1 if an error code. |
| 86 | .SH "SEE ALSO" |
Thomas Klausner | 3dd81d8 | 2005-06-09 19:01:53 +0000 | [diff] [blame] | 87 | zipcmp(1), |
| 88 | libzip(3) |
Thomas Klausner | 7533013 | 2005-06-17 12:59:06 +0000 | [diff] [blame] | 89 | .SH "AUTHORS" |
| 90 | |
| 91 | Dieter Baron <dillo@giga.or.at> |
| 92 | and |
| 93 | Thomas Klausner <tk@giga.or.at> |