Git Product home page Git Product logo

multizip's Introduction

Multizip 0.1

Utility for compress and split files.

The utility consists of two programs:

  • multizip -> Command line program to compress or split files.
  • multiunzip -> Command line program to uncompress or join files.

Multizip

Utility to compress and split files or folders.

SYNTAX: multizip [optional parameters]

Optional parameters can be:

-h or --help;
Print help information.

-o or --output=<>
Set output file name. If not specified, a default name will be used.

-s <max.size> or --size=<<max.size>>
Split the compressed file in files of "max.size" kilobytes.

Example 1: Compress the file this.txt to this.zip
multizip this.txt

Example 2: Compress the files 1.txt and 2.txt to 12.zip
multizip 1.txt 2.txt -o 12.zip

Example 3: Compress all the *.txt files to text.zip
multizip *.txt -o text.zip

Example 4: Compress an split the file a.txt in parts of 10KB
multizip a.txt -s 10

Compressed files will be saved as the standard name *.zip.

Compressed and splitted files will be saved as several names with a number as ordinal: *.0.zp *.1.zp *.2.zp...

Multiunzip

Utility to uncompress and join files or folders compressed or splitted by MULTIZIP.

SYNTAX: Multiunzip [optional parameters]

is the compressed file. For join splitted files, only the *.0.part must be indicated

Optional parameters can be:

-h or --help
Print help information.

-f or --folder=
Set output folder where extract compressed files. If not specified, it. will be used the same folder of the compressed file.

Example 1: Uncompress the file this.zip to this.zip
multiunzip this.zip

Example 2: Join the files text.0.zp, text.1.zp, ...
multiunzip text.0.zp

multizip's People

Contributors

t-edson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.