Unix and Linux Discussions Tagged with zip |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
3,085 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,885 |
UNIX for Beginners Questions & Answers |
|
|
|
14 |
19,864 |
Ubuntu |
|
|
|
1 |
4,692 |
Shell Programming and Scripting |
|
|
|
5 |
4,818 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
8,598 |
Ubuntu |
|
|
|
1 |
2,133 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,994 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,493 |
Shell Programming and Scripting |
|
|
|
1 |
1,998 |
Shell Programming and Scripting |
|
|
|
1 |
2,198 |
Shell Programming and Scripting |
|
|
|
1 |
5,579 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,152 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
16,074 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,973 |
Shell Programming and Scripting |
|
|
|
3 |
2,679 |
Shell Programming and Scripting |
|
|
|
3 |
6,939 |
Shell Programming and Scripting |
|
|
|
2 |
2,500 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,256 |
Shell Programming and Scripting |
|
|
|
14 |
15,804 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,473 |
Shell Programming and Scripting |
|
|
|
7 |
7,700 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
1,733 |
Shell Programming and Scripting |
|
|
|
6 |
3,638 |
Shell Programming and Scripting |
|
|
|
5 |
4,934 |
Shell Programming and Scripting |
|
|
|
3 |
12,396 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,327 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
9,938 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,476 |
Shell Programming and Scripting |
|
|
|
7 |
53,557 |
Shell Programming and Scripting |
|
|
|
3 |
14,383 |
Shell Programming and Scripting |
|
|
|
2 |
15,098 |
Windows & DOS: Issues & Discussions |
|
|
|
4 |
16,510 |
Shell Programming and Scripting |
|
|
|
2 |
42,694 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
10,115 |
Solaris |
|
|
|
3 |
6,352 |
Shell Programming and Scripting |
|
|
|
0 |
1,120 |
Software Releases - RSS News |
|
|
|
2 |
3,200 |
Shell Programming and Scripting |
|
|
|
4 |
36,375 |
Shell Programming and Scripting |
|
|
|
0 |
1,233 |
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)