
Is there a command to extract multiple rar,zip,7z files
-
- resolved
- BlueCoffee
-
-
Is there a command to extract multiple rar,zip,7z files Into there own folders?
sudo apt-get install p7zip-full p7zip-rar
cd /path/to/files
find . -type f -exec 7z x {} \;
-
sudo apt-get install p7zip-full p7zip-rar
cd /path/to/files
find . -type f -exec 7z x {} \;
Thanks Rye you are to the rescue again. Getting a error installing z7/rar
Codesudo apt-get install p7zip-full p7zip-rar Reading package lists... Done Building dependency tree... Done Reading state information... Done Package p7zip-rar is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another sourc
-
-
-
Thanks Rye! Working spot on!
-
BlueCoffee
Added the Label resolved -
Rye if I have 1707 7z files which is all one file to extract how would you do this one? ive tried
7zr l 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.001 -tsplit
but gives errors
Code
Display More7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 p7zip Version 16.02 (locale=en_GB.UTF-8,Utf16=on,HugeFiles=on,64 bits,20 CPUs Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (306E4),ASM,AES-NI) Scanning the drive for archives: 1 file, 1048576000 bytes (1000 MiB) Listing archive: 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.001 -- Path = 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.001 Type = Split Physical Size = 1048576000 Volumes = 1021 Total Physical Size = 1070596096000 Date Time Attr Size Compressed Name ------------------- ----- ------------ ------------ ------------------------ ..... 1070596096000 1070596096000 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z ------------------- ----- ------------ ------------ ------------------------ 1070596096000 1070596096000 1 files ------------------- ----- ------------ ------------ ------------------------ 1070596096000 1070596096000 1 files Archives: 1 Volumes: 1021 Total archives size: 1070596096000
-
-
extension .001 normally means that are other part that must be in the same path Eg: 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.0012 .003 , .004, etc...
-
extension .001 normally means that are other part that must be in the same path Eg: 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.0012 .003 , .004, etc...
yes there is 1707 as said above pal
-
from here: https://askubuntu.com/question…from-a-split-7zip-archive the answer:
-
-
from here: https://askubuntu.com/question…from-a-split-7zip-archive the answer:
Same as I posted above
Code
Display More7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 p7zip Version 16.02 (locale=en_GB.UTF-8,Utf16=on,HugeFiles=on,64 bits,20 CPUs Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (306E4),ASM,AES-NI) Scanning the drive for archives: 1 file, 1048576000 bytes (1000 MiB) Extracting archive: 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.001 ERROR: 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.001 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z Open ERROR: Can not open the file as [7z] archive ERRORS: Is not archive Can't open as archive: 1 Files: 0 Size: 0 Compressed: 0
-
If I try Zip just says its not a zip just a try.
-
If you want to extract a hard disk image and flash it, you can do it on the fly. (/dev/sdb is my 2TB hd.)
sudo 7z e -so 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.001 | sudo dd of=/dev/sdb bs=4M status=progress
I ran it over night, because the whole process took more than 4 hours to complete.
Don't forget to switch in the bios from UEFI to bios legacy boot.
Afterwards this harddisk can be selected in the bios boot menu and startsup batocera.
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!