18 November 2010

How to combine Split File

Just simply follow this instruction.

  • Saved on a folder, ex : /home/your_user/file
  • open terminal and type this command line
change directory into that folder

$ cd /home/your_user/file
for example you want to combine liveandroidv0.3.iso.001 and liveandroidv0.3.iso.002 into liveandroidv0.3.iso
so the command line is :

$ sudo cat
liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 > liveandroidv0.3.iso

now that file has become one.

okey that's all our lesson today :)

0 komentar:

Post a Comment