.TH UNPACK L "July 13, 1991" .UC .SH NAME unpack \- Macintosh file de-archiver .SH SYNOPSIS .B unpack [ .B \- options ] [ file ] .br .SH DESCRIPTION .I unpack takes the specified Macintosh MacBinary archive specified in .I file (or standard input if none is specified) and extracts the files it contains subject to the .I options specified. The program will also accept the data fork of the archive. .SH OPTIONS In the absence of any options, .I unpack takes the specified archive and silently extracts the file(s) it contains into MacBinary format, giving the output files ".bin" extensions and placing them in the current working directory. Subdirectories are created for embedded folders. .TP .B \-3 Write files in fork format (.info, .data and .rsrc files) .TP .B \-f As -3, but empty data and rsrc files are not created .TP .B \-r Write resource forks only (.rsrc files) .TP .B \-d Write data forks only (.data files) .TP .B \-u As -d, but the codes for CR and LF are interchanged .TP .B \-a Write files in AUFS format. This option is only valid if the program is compiled with AUFS support. The current directory must be a valid AUFS folder. .TP .B \-l List every file extracted (and every directory/folder created etc.) .TP .B \-v Like -l, but more verbose (Implies -l) .TP .B \-i Do not extract, give information only (Implies -l) .TP .B \-q Ask the user for every file/folder whether it should be extracted (implies -l) .SH BUGS As this is a beta release, there may still be some problems. Archives that are password protected, multi-file archives, and files archived using Stuffit Deluxe's compression methods 6 or 8 (Fixed Huffman and Bigram compression) are not dealt with. .SH AUTHOR Dik T. Winter, Amsterdam, The Netherlands (dik@cwi.nl) .sp 1 Parts of the code are based on codes from: Steve Davies, Casper H.S. Dik, Jim McKie, Mark G. Mendel, Haruhiko Okumura, Joe Orost, Samuel H. Smith, Yooichi Tagawa, Spencer W. Thomas, Ken Turkowski, Allan G. Weber, James A. Woods and Haruyasu Yoshizaki.