I have a task: I have a Windows rar archive (folders, files in it, etc.) that were copied via FTP to a Linux server. I want to split this archive in order to preserve the file structure in the same way as in Windows - with a folder.
rar my_archivive
works, but I have a list of files without folders.
How to do it?
Thank.
source
share