Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Squantooooooe

macrumors newbie
Original poster
Jun 6, 2017
1
0
hello guys new poster here.

I had a HD crash of an external drive. I managed to recover alsmot everything with Stellar Phoenix. Great program.

However some rar files I tried to open were corrupt. I have thousands of rar and zip files.
I want to test them all. So the command line options in terminal is certainly out of the question. I used to be a windows user and Winrar did a fantastic job of this with a clean GUI. Is there a way to do this in Mac? Or do I boot into Windows and do it using winrar? I'd rather not and use Mac apps.
Thanks for your help!!!!
 
Certainly you can do it in the terminal. I don't know what you would use for rar files, but for zips, it would be something along the lines of:

cd
find . -name '*.zip' -print | xargs unzip -t

for checking everything in the home directory. Make it "find /" instead of "find ." to check everything, although you'll likely get a bunch of permission denied messages as you traverse system directories. You'd use something similar for rar files, although I don't know what command line app handles them.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.