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

3 Comments on “How to join file without HJSplit or lxsplit ?”

  1. David Says:

    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.

    • babeyudi Says:

      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


  2. [...] Babeyudi's Blog Just another WordPress.com weblog « How to join file without HJSplit or lxsplit ? [...]


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.