extfs: urar: add tests.
[midnight-commander.git] / tests / src / extfs-helpers-listcmd / data / urar.README
blob75f12970cbd01d8c03e6bb9a65433620427a2de1
2 The archive was created thus:
4     echo hello > 'filename with spaces.txt'
5     rar a archive.rar 'filename with spaces.txt' ...
7 Our 'urar' supports two listing formats: that of version 5, and that of
8 version 4.
10 'urar.v5.input' was created with "unrar vt -c- -cfg- archive.rar" using
11 unrar 5.30.
13 'urar.v4,v3.input' was created with "unrar v -c- -cfg- archive.rar" using
14 unrar 3.80 for DOS (google "unrar dos"), via DOSBox (and then the "\" was
15 changed to "/" by hand). An inspection of our urar's source code should
16 lead us to conclude that this format is compatible with that of version