Created
November 26, 2013 22:00
-
-
Save smujohnson/7667101 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sjohnson@web1:/tmp/sjohnson/blah$ rar x stuff.rar ; echo "errorlevel: $?" | |
RAR 5.00 beta 8 Copyright (c) 1993-2013 Alexander Roshal 22 Aug 2013 | |
Trial version Type RAR -? for help | |
Extracting from stuff.rar | |
Extracting bad.txt OK | |
Extracting text.txt 69% | |
text.txt - checksum error | |
Total errors: 1 | |
errorlevel: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment