lxSplit

Last updated: 17 Oct. 2008

1. About

2. Usage

3. Download

4. Links


1. About

lxSplit is a simple tool for splitting files and joining the splitted files on unix-like platforms, such as Linux, FreeBSD, OpenBSD, etc. It is fully compatible with the HJSplit utility which is available for other operating systems. Splitting is done without compression.

lxSplit was originally written by Richard Stellingwerff, and is now being maintained here at its new home.


2. Usage

lxSplit splits and merges files with the -s and -j flags respectively. Starting with version 0.2.1, lxSplit can handle large files (>= 4 GB) both when splitting and joining.

Examples:

To split a big file into smaller pieces of 15 MB each, run the following command:

    lxsplit -s hugefile.bin 15M

Output size can be given in (M)egabytes, (k)ilobytes and (b)ytes.

To merge (join) the already split pieces into the original big file, run this command:

    lxsplit -j smallfiles.bin.001

All resulting files (from either splitting or joining) will be placed in the current directory.


3. Download

lxSplit is free software and is distributed under the GNU General Public License v2.

The latest version is 0.2.4.

If there are any problems with this software, or if you have suggestions or patches, visit our project page: use the forums and the tracker system to get help and / or to make a bug report or submit a patch.


4. Links


Get lxSplit at SourceForge.net. Fast, secure and Free Open Source software downloads

Valid HTML