How can I extract a multi-part rar file in linux?

user3706987 picture user3706987 · Oct 14, 2014 · Viewed 24k times · Source

I need to extract a multi part rar archive in the form of archive_1.exe archive_2.rar archive_3.rar. How can I do this in linux?

I have tried unrar and 7z but unrar x archive_1.exe is extracting files with the reverse path format (eg. \file\dir) and 7z is unable to extract beyond the first file.

Any suggestions are welcome!

Answer

max picture max · Apr 2, 2015
cd /path/to/your/download

unrar x filename.of.part1.rar