Linux Commands Examples

A great documentation place for Linux commands

zipsplit

split a zipfile into smaller zipfiles


see also : zip - unzip

Synopsis

zipsplit [-t] [-i] [-p] [-s] [-n size] [-r room] [-b path] [-h] [-v] [-L] zipfile


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

2
source
            
BinCommand zipsplit :
zipsplit.c
[ FGristFiles $(common_files:S=.o) $(util_files:S=.o) ]
: be : zip.rsrc
2
source
            
zipsplit -q -n 104857600 -b $BACKUP_DIR $BACKUP_DIR/$TITLE.zip
rm $BACKUP_DIR/$TITLE.zip
1

To be filled in.


1
source
            
zdiff zforce zgrep zip zipcloak <bin>zipgrep zipnote zipsplit zmore znew
] ;
SYSTEM_APPS = [ FFilterByBuildFeatures
AboutSystem ActivityMonitor BootManager@x86 CharacterMap

description

zipsplit reads a zipfile and splits it into smaller zipfiles.

options

-t

Report how many files it will take, but don’t make them.

-i

Make index (zipsplit.idx) and count its size against first zip file.

-n size

Make zip files no larger than "size" (default = 36000).

-r room

Leave room for "room" bytes on the first disk (default = 0).

-b path

Use path for the output zip files.

-p

Pause between output zip files.

-s

Do a sequential split even if it takes more zip files.

-h

Show a short help.

-v

Show version information.

-L

Show software license.

arguments

zipfile Zipfile to split.


bugs

Does not yet support large (> 2 GB) or split archives.


see also

zip , unzip


author

Info-ZIP

How can this site be more helpful to YOU ?


give  feedback