I want to do this on Linux with rar x filename
.
The RAR archive file is split into parts, for example:
Filename-001.rar
Filename-002.rar
Filename-003.rar
I wanted to extract them all at once with a Python script.
I want to do this on Linux with rar x filename
.
The RAR archive file is split into parts, for example:
Filename-001.rar
Filename-002.rar
Filename-003.rar
I wanted to extract them all at once with a Python script.
I can think of three ways:
bash
) script to do this. There are many ways to do this that you can find with a Google search, so I'm not going to link them and limit you to one.os.system
and "subprocesses"