logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zipsplit - split a zipfile into smaller zipfiles

Arguments

       zipfile  Zipfile to split.

Author

       Info-ZIP

                                               v3.0 of 8 May 2008                                     zipnote(1)

Bugs

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

Description

zipsplit reads a zipfile and splits it into smaller zipfiles.

Examples

       To be filled in.

Name

       zipsplit - split a zipfile 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.

See Also

zip(1), unzip(1)

Synopsis

zipsplit [-t] [-i] [-p] [-s] [-nsize] [-rroom] [-bpath] [-h] [-v] [-L] zipfile

See Also