Answers for "7z e command extract to folder with same name"

0

7z extract to folder with same name linux

for archive in *.rar; do 7z x -o"`basename "$archive" .rar`" "$archive"; done
Posted by: Guest on March-18-2021

Code answers related to "7z e command extract to folder with same name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language