Tag: 001
-
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 […]