Today, I found a list of files ending with .1, .2, .3 etc. Initially, I thought I could simply join them together, i.e.,
Using hjSplit on Windows, or cat on Unix:
cat file.1 file.2 file.3 > file
Unfortunately, it doesn’t work out. After searching on google, I found that a Spanish software called Hacha can solve this problem. You can download Hacha from here.
2 Responses to “How to join file.1, file.2, file.3…”

Thank you so much! It took me hours to find a way to do this.
It didn’t work. My extension files is from .1,.2,etc. But the software required the first file with extension .0
Can you help me please?