13Sep/07Off
How to combine multiple .rar files in Ubuntu
In order to keep it handy for myself, you might find this useful too:
Assuming you have unrar installed, if not:
sudo apt-get install unrar
Then navigate, using the terminal, to the location of the .rar files and issue this command:
unrar x name_of_file.r00 (name_of_file.r00 is just an example)