How to join file without HJSplit or lxsplit ?
I was downloaded file with format xx.001, xx .002. I don’t have any tools to join these files. Usually, when I was used Windows, I used HJSplit to solved my problem. right now I am using ubuntu. We can use lxsplit to join these files.
in window we also can use command “copy” to concat these files if we don’t have HJSplit. in ubuntu we can use command “cat” to concat these files if we don’t have lxsplit.
with this TIPS, I only explain to you how to concat files without any tools.
in window :
Step1: Start > Run > Type CMD to run Command Prompt
Step2: Use CD to connect to the folder that contain your .001, .002, … files.
Step3: Type this command to join files :
COPY /B file1.rar.001+file1.rar.002 file1.rar
in linux :
Step1: Application > Accessories > Terminal
Step2: Use cd to connect to the folder that contain your .001, .002, … files.
step3: Type this command to join files :
#cat file1.rar.001>> file.rar
#cat file1.rar.002>> file.rar
that’s all. I hope this can helps you
Advertisement
Explore posts in the same categories: LINUX, Uncategorized
September 5, 2010 at 6:51 pm
Thanks for the info. I knew it from DOS old times but I wanted to make sure it would work.
Finally I didn’t test it but I’m confident it should work.
Greetings from Spain.
September 6, 2010 at 3:37 pm
Thank’s david for your comment.
I guaranted to you it worked. I really did it.
you must try its to make sure it’s really work
September 7, 2010 at 3:41 pm
[...] Babeyudi's Blog Just another WordPress.com weblog « How to join file without HJSplit or lxsplit ? [...]