Sample Header Ad - 728x90

unrar multiple files wity multiple files

0 votes
1 answer
202 views
I have 1000s of rar files and list of password in txt. i want to unrar all those files trying all passwords. Tried:
for file in "$(ls *.rar)"; do for f in "$(cat pass.txt)"; do unrar x -p"${f} "${file}; done; done
But not working. Tried it with unrar 7za but still fails
Asked by Haru Suzuki (85 rep)
Mar 3, 2022, 11:26 PM
Last activity: Mar 4, 2022, 12:12 AM