RAR 在國內非常流行,同事都是發 rar 的 file 給我,但 3.11 就非常搞笑,姑且看看以下兩個版本的 output 有何不同?!
1 |
hajime@rayearth $ unrar t ../sunother.rar<br /> |
1 |
UNRAR 3.11 freeware Copyright (c) 1993-2003 Eugene Roshal<br /> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Testing archive ../sunother.rar<br /> Testing other\CommunityNewsRightColumn.html.html OK Testing other\CommunityNewsRightColumn.html.html.bak OK Testing other\custom_404.html.html OK Testing other\custom_404.html.html.bak OK Testing other\DomainHome.html.html OK Testing other\DomainHome.html.html.bak OK Testing other\look-snippets\Join-Info.html.en OK Testing other\look-snippets\Join-Info.html.en.bak OK Testing other\look-snippets\PasswordEdit-Info.html.en OK Testing other\look-snippets\PasswordEdit-Info.html.en.bak OK Testing other\look-snippets\TLogin-Info.html.en OK Testing other\look-snippets\TLogin-Info.html.en.bak OK All OK<br /> |
1 |
hajime@rayearth $ unrar t ../sunother.rar<br /> |
1 |
UNRAR 3.30 freeware Copyright (c) 1993-2004 Eugene Roshal<br /> |
1 |
Testing archive ../sunother.rar<br /> |
1 2 3 4 5 6 7 8 9 10 11 12 |
Testing other/CommunityNewsRightColumn.html.html OK Testing other/CommunityNewsRightColumn.html.html.bak OK Testing other/custom_404.html.html OK Testing other/custom_404.html.html.bak OK Testing other/DomainHome.html.html OK Testing other/DomainHome.html.html.bak OK Testing other/look-snippets/Join-Info.html.en OK Testing other/look-snippets/Join-Info.html.en.bak OK Testing other/look-snippets/PasswordEdit-Info.html.en OK Testing other/look-snippets/PasswordEdit-Info.html.en.bak OK Testing other/look-snippets/TLogin-Info.html.en OK Testing other/look-snippets/TLogin-Info.html.en.bak OK<br /> |