May 28, 20197 yr I have a bunch of 7z and rar files into a folder inside my array. I've installed unrar from nerdpak but I can't figure out how to extract all the files inside a directory into another folder keeping the folder name. Example: /mnt/user/GAMES/PS1 Games/......rar several rar files I want to extract each file keeping the name Twisted Metal.rar to Twisted Metal folder. But I want to extract to a disk outside the array mounted with unsigned devices. To /mnt/disks/2TB DISK/Games/PS1/Twisted Metal/ Does anyone know how to do this with 7z and rar files? I've tried $ find . -name '*.rar | unrar x /mnt/disks/2TB DISK/Games/..... but it just say no .rar files. How do you extract multiple files from CLI?
Archived
This topic is now archived and is closed to further replies.