October 8, 2015 · General ·

Sponsored Link
LXSplit is a simple tool for splitting files and joining the splitted files. It is fully compatible with the HJSplit utility. Splitting is done without compression.

Install lxsplit on ubuntu

Open the terminal and run the following command

sudo apt-get install lxsplit

Using lxsplit

lxsplit [OPTION] [FILE] [SPLITSIZE]

Options

-j -- join the files beginning with the given name

-s -- split the given file.

Valid sizes

Splitsize examples: 15M, 100m, 5000k, 30000000b

Lxsplit Examples

Split the file with 15MB files

lxsplit -s test.mkv 15M

Join the files

lxsplit -j hugefile.mkv.0001

If you are looking for GUI you can try U Splitter.You can install using the following command

sudo apt-get install usplitter

Sponsored Link

Leave a Reply

  • Recent comments