System Grab Bag

View all TLDR pages from Linux (or from all pages)

zipsplit

Read a zipfile and split it into smaller zipfiles. More information: https://manned.org/zipsplit.
  • Split zipfile into pieces that are no larger than a particular size [n]:
    zipsplit -n {{size}} {{path/to/archive.zip}}
  • [p]ause between the creation of each split zipfile:
    zipsplit -p -n {{size}} {{path/to/archive.zip}}
  • Output the split zipfiles into the archive directory:
    zipsplit -b {{archive}} -n {{size}} {{path/to/archive.zip}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.