Unix and Linux Discussions Tagged with zip |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
1,741 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,839 |
UNIX for Beginners Questions & Answers |
|
|
|
14 |
6,428 |
Ubuntu |
|
|
|
1 |
2,455 |
Shell Programming and Scripting |
|
|
|
5 |
2,594 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,471 |
Ubuntu |
|
|
|
1 |
858 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
819 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,467 |
Shell Programming and Scripting |
|
|
|
1 |
1,204 |
Shell Programming and Scripting |
|
|
|
1 |
1,074 |
Shell Programming and Scripting |
|
|
|
1 |
3,423 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
955 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
11,580 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,411 |
Shell Programming and Scripting |
|
|
|
3 |
1,852 |
Shell Programming and Scripting |
|
|
|
3 |
5,275 |
Shell Programming and Scripting |
|
|
|
2 |
1,614 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,844 |
Shell Programming and Scripting |
|
|
|
14 |
11,800 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
1,867 |
Shell Programming and Scripting |
|
|
|
7 |
5,663 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
1,200 |
Shell Programming and Scripting |
|
|
|
6 |
2,170 |
Shell Programming and Scripting |
|
|
|
5 |
3,538 |
Shell Programming and Scripting |
|
|
|
3 |
10,816 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,483 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
7,958 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,001 |
Shell Programming and Scripting |
|
|
|
7 |
48,540 |
Shell Programming and Scripting |
|
|
|
3 |
13,028 |
Shell Programming and Scripting |
|
|
|
2 |
9,904 |
Windows & DOS: Issues & Discussions |
|
|
|
4 |
14,804 |
Shell Programming and Scripting |
|
|
|
2 |
40,464 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
9,094 |
Solaris |
|
|
|
3 |
5,549 |
Shell Programming and Scripting |
|
|
|
0 |
727 |
Software Releases - RSS News |
|
|
|
2 |
2,776 |
Shell Programming and Scripting |
|
|
|
4 |
27,960 |
Shell Programming and Scripting |
|
|
|
0 |
931 |
Software Releases - RSS News |
ZIPMERGE(1) General Commands Manual ZIPMERGE(1)
NAME
zipmerge - merge zip archives
SYNOPSIS
zipmerge [-DhIiSsV] target-zip source-zip Op source-zip ...
DESCRIPTION
zipmerge merges the source zip archives source-zip into the target zip archive target-zip. By default, files in the source zip archives
overwrite existing files of the same name in the target zip archive.
Supported options:
-D Ignore directory components in file name comparisons.
-h Display a short help message and exit.
-I Ignore case in file name comparisons
-i Ask before overwriting files. See also -s.
-S Do not overwrite files that have the same size and CRC32 in both the source and target archives.
-s When -i is given, do not before overwriting files that have the same size and CRC32.
-V Display version information and exit.
EXIT STATUS
zipmerge exits 0 on success and 1 if an error occurred.
SEE ALSO
zipcmp(1), ziptorrent(1), libzip(3)
AUTHORS
Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
NiH June 4, 2008 ZIPMERGE(1)