mirror of
https://github.com/gryf/ADFlib.git
synced 2026-02-07 08:45:55 +01:00
11 lines
442 B
Plaintext
11 lines
442 B
Plaintext
unadf [-lrcsp -v n] dumpname.adf [files-with-path] [-d extractdir]
|
|
-l : lists root directory contents
|
|
-r : lists directory tree contents
|
|
-c : use dircache data (must be used with -l)
|
|
-s : display entries logical block pointer (must be used with -l)
|
|
|
|
-v n : mount volume #n instead of default #0 volume
|
|
|
|
-p : send extracted files to pipe (unadf -p dump.adf Pics/pic1.gif | xv -)
|
|
-d dir : extract to 'dir' directory
|