Содержащиеся вНайти другие документыРесурсы поддержки | Загрузить это руководство в формате PDF (5578 КБ)
makedbm(1M)NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | ATTRIBUTES | SEE ALSO NAME
SYNOPSIS
makedbm [-u dbmfilename] DESCRIPTIONThe makedbm utility takes the infile and converts it to a pair of files in ndbm format (see ndbm(3C)), namely outfile.pag and outfile.dir. Each line of the input file is converted to a single dbm record. All characters up to the first TAB or SPACE form the key, and the rest of the line is the data. If a line ends with `\' (backslash), the data for that record is continued on to the next line. makedbm does not treat `#' (pound-sign) as a special character. Because makedbm is mainly used in generating dbm files for the NIS name service, it generates a special entry with the key yp_last_modified, which is the date of infile (or the current time, if infile is `-'). The entries that have keys with the prefix yp_ are interpreted by NIS server utilities. OPTIONS
The following options are supported: OPERANDS
The following operands are supported: ATTRIBUTESSee attributes(5) for descriptions of the following attributes:
SEE ALSOSunOS 5.9 Last Revised 17 Aug 1999NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | ATTRIBUTES | SEE ALSO |
||||