1DLB(6)                           Games Manual                           DLB(6)
2
3
4

NAME

6       dlb - NetHack data librarian
7

SYNOPSIS

9       dlb { xct } [ vfIC ] arguments...  [ files...  ]
10

DESCRIPTION

12       Dlb  is  a file archiving tool in the spirit (and tradition) of tar for
13       NetHack version 3.1 and higher.  It is used  to  maintain  the  archive
14       files  from which NetHack reads special level files and other read-only
15       information.  Note that like tar the command and option specifiers  are
16       specified  as  a  continuous  string  and are followed by any arguments
17       required in the same order as the option specifiers.
18
19       This facility is optional but is included in  this  NetHack  configura‐
20       tion.
21

COMMANDS

23       The  x  command  causes dlb to extract the contents of the archive into
24       the current directory.
25
26       The c command causes dlb to create a new archive from files in the cur‐
27       rent directory.
28
29       The t command lists the files in the archive.
30

OPTIONS AND ARGUMENTS

32       v           verbose output
33
34       f archive   specify the archive.  Default if f not specified is LIBFILE
35       (usually the nhdat file in the playground).
36
37       I lfile     specify the file containing the list of files to put in  to
38       or extract from the archive if no files are listed on the command line.
39       Default for archive creation if no files are listed is LIBLISTFILE.
40
41       C dir       change directory.  Changes directory before trying to  read
42       any files (including the archive and the lfile).
43

EXAMPLES

45       Create the default archive from the default file list:
46                   dlb c
47
48       List the contents of the archive 'foo':
49                   dlb tf foo
50

AUTHOR

52       Kenneth Lorber
53

SEE ALSO

55       nethack(6), tar(1)
56

BUGS

58       Not  a  good  tar  emulation;  - does not mean stdin or stdout.  Should
59       include an optional compression facility.  Not all read-only files  for
60       NetHack can be read out of an archive; examining the source is the only
61       way to know which files can be.
62
64       This file is  Copyright  (C)  Kenneth  Lorber  and  was  last  modified
65       2018/04/25  (version  NetHack-3.6.0:1.7).  NetHack may be freely redis‐
66       tributed.  See license for details.
67
68
69
70NETHACK                           25 May 2015                           DLB(6)
Impressum