Skip to main content

Split file into small ones.

Project description

https://travis-ci.org/appstore-zencore/filesplitor.svg?branch=master https://img.shields.io/codecov/c/github/appstore-zencore/filesplitor.svg?style=flat-square

Split file into small ones.

Install

pip install filesplitor

Usage

E:\s\b>filesplitor split test.txt -s 2
Split file [test.txt] into 2B sized files...
test.txt.1
test.txt.2
Done!

E:\s\b>filesplitor merge b.txt test.txt.*
Merge files ['test.txt.1', 'test.txt.2'] into one file [b.txt]...
Done!

Command Help

E:\s\b>filesplitor --help
Usage: filesplitor [OPTIONS] COMMAND [ARGS]...

Options:
--help  Show this message and exit.

Commands:
merge
split

E:\s\b>filesplitor split --help
Usage: filesplitor split [OPTIONS] SRC [DST]

Options:
-s, --size TEXT  File slice size, default to 1G. Accepted units are B, K, M,
                G, T.
--help           Show this message and exit.

E:\s\b>filesplitor merge --help
Usage: filesplitor merge [OPTIONS] DST FILENAMES...

Options:
--help  Show this message and exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filesplitor-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page