zipsplit
Read a zipfile and split it into smaller zipfiles. More information: <https://manned.org/zipsplit>.
Install
- All systems
-
curl cmd.cat/zipsplit.sh
- Debian
-
apt-get install zip - Ubuntu
-
apt-get install zip -
Alpine
-
apk add zip - Arch Linux
-
pacman -S zip - Kali Linux
-
apt-get install zip - CentOS
-
yum install zip - Fedora
-
dnf install zip - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install zip - OS X
-
brew install zip - Raspbian
-
apt-get install zip - Docker
-
docker run cmd.cat/zipsplit zipsplitpowered by Commando
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
© tl;dr; authors and contributors