1 .TH DLB 6 "28 Oct 1993"
2 .\" NetHack 3.6 dlb.6 $NHDT-Date: 1432512786 2015/05/25 00:13:06 $ $NHDT-Branch: master $:$NHDT-Revision: 1.6 $
5 dlb \- NetHack data librarian
21 is a file archiving tool in the spirit (and tradition) of tar for
22 NetHack version 3.1 and higher. It is used to maintain the
23 archive files from which NetHack reads special level files and other
24 read-only information. Note that like tar the command and option
25 specifiers are specified as a continuous string and are followed
26 by any arguments required in the same order as the option specifiers.
29 This facility is optional and may be excluded during NetHack
33 This facility is optional but is included in this NetHack
36 This facility is optional and was excluded from this NetHack
45 to extract the contents of the archive into the current directory.
51 to create a new archive from files in the current directory.
55 command lists the files in the archive.
56 .SH OPTIONS AND ARGUMENTS
58 .ta \w'f archive\ \ \ 'u
62 f archive specify the archive. Default if f not specified is
63 LIBFILE (usually the nhdat file in the playground).
66 I lfile specify the file containing the list of files to
67 put in to or extract from the archive if no files are listed
68 on the command line. Default for archive creation if no files
69 are listed is LIBLISTFILE.
72 C dir change directory. Changes directory before trying to
73 read any files (including the archive and the lfile).
76 Create the default archive from the default file list:
80 List the contents of the archive 'foo':
91 Not a good tar emulation; - does not mean stdin or stdout.
92 Should include an optional compression facility.
93 Not all read-only files for NetHack can be read out of an archive;
94 examining the source is the only way to know which files can be.