Forrest logo
back to context overview

zipsplit

List of commands for zipsplit:

  • zipsplit:tldr:84c63 zipsplit: Split zipfile into pieces that are no larger than a particular size [n].
    $ zipsplit -n ${size} ${path-to-archive-zip}
    try on your machine
    explain this command
  • zipsplit:tldr:85ad0 zipsplit: [p]ause between the creation of each split zipfile.
    $ zipsplit -p -n ${size} ${path-to-archive-zip}
    try on your machine
    explain this command
  • zipsplit:tldr:a1496 zipsplit: Output the split zipfiles into the `archive` directory.
    $ zipsplit -b ${archive} -n ${size} ${path-to-archive-zip}
    try on your machine
    explain this command
back to context overview