from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





ZIPMERGE

Section: User Commands (1)
Index Return to Main Contents

BSD mandoc
 

NAME

zipmerge - merge zip archives  

SYNOPSIS

[-DhIiSsV ] targe-zip sourc-zip [sourc-zip ... ]  

DESCRIPTION

copies files from the source zip archives sourc-zip to the target zip archive targe-zip By default, files in the source zip archives overwrite existing files of the same name in the target zip archive. By default, compressed files in the source archive are copied directly without recompression, uncompressed files are compressed using the default compression algorithm.

Supported options:

-D
Ignore directory components in file name comparisons. This option is slow for archives with many files.
-h
Display a short help message and exit.
-I
Ignore case in file name comparisons This option is slow for archives with many files.
-i
Ask before overwriting files. See also -s
-k
Do not compress files that were uncompressed in sourc-zip otherwise they are compressed with the default compression method.
-S
Do not overwrite files that have the same name, size, and CRC32 in both the source and target archives.
-s
When -i is given, do not ask before overwriting files that have the same name, size, and CRC32.
-V
Display version information and exit.

 

EXIT STATUS

exits 0 on success and >1 if an error occurred.  

SEE ALSO

zipcmp(1), ziptool(1), libzip(3)  

HISTORY

was added in libzip 0.6.  

AUTHORS

An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at  

CAVEATS

uses one open file descriptor per zip archive. If you need to merge a lot of zip archives, check your shell's file descriptor ulimit and either increase it or run multiple times with e.g. 1000 source zip archives each time.


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
SEE ALSO
HISTORY
AUTHORS
CAVEATS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 15.7 ms