Howto merge *.001 to *.999 files on Linux

Someone give me some files named like this:

video.zip.001, …, video.zip.999

Initially I think these was some multipart zip files, but they aren’t.

Solution:

On your sudo / root shell type:

  • apt-get install lxsplit
  • lxsplit -j video.zip.001

This will install LX Split (a command line HJSplit version for Linux) found on debian-multimedia.org repository to open (and create) these multipart files.

2 Responses to “Howto merge *.001 to *.999 files on Linux”


  1. 1 Adir Kuhn December 30, 2008 at 6:46 pm

    cat video.zip.* > video_full.zip

  2. 2 Wirasto S. Karim November 7, 2009 at 6:47 pm

    Thank’s for this information :)


Leave a Reply




IE6: Rust in Peace

Blog Stats

  • 104,165 hits
My Bookshelf

Texts double licensed under Creative Commons Attribution - Share Alike license and GNU Free Documentation License. Examples may contain software licensed under GNU General Public License. Images and comments texts aren't necessarily licensed under these terms.