Saffrongeek’s Diarylog
…..memoirs moments opened…

To split and Join file: HJSPLIT or LXSPLIT [ dd or cat as well]

In Ubuntu, I found the lxsplit as easier one to install. HJsplit needs first kylixlib3 libraries to be installed first.

To install hjsplit , the below link would be useful.

For HJSplit:
http://www.treepad.net/download/hjsplitlx.tar.gz
http://www.freebyte.com/linux/libraries/
http://kylixlibs.sourceforge.net/down.html

For lxsplit:
saffrongeek@saffrongeek-laptop:~/Desktop/$wget http://www.freebyte.com/download/lxsplit.tar.gz
saffrongeek@saffrongeek-laptop:~/Desktop/$tar -xvvzf lxsplit.tar.gz
saffrongeek@saffrongeek-laptop:~/Desktop/$ cd lxsplit-0.1.1
saffrongeek@saffrongeek-laptop:~/Desktop/lxsplit-0.1.1$ make
saffrongeek@saffrongeek-laptop:~/Desktop/lxsplit-0.1.1$ sudo make install
cp lxsplit /usr/local/bin

To split use as below:
lxsplit -s  {Namefile.type} 15M
lxsplit -j {Namefile.type.001}

Also, to be independent and available is ‘dd’ and ‘cat’ but all types split of join is not possible.

3 Responses to “To split and Join file: HJSPLIT or LXSPLIT [ dd or cat as well]”

  1. THANKS A LOT MAN!

    • it is nice to know that few of my posts comes handy and useful for others… thanks for your words

  2. Ubuntu/Debian users, get the .deb here

    http://sourceforge.net/projects/lxsplit/


Leave a Reply