Scroll to navigation

MAKEDB(1) User Contributed Perl Documentation MAKEDB(1)

NAME

makedb - Create simple DB database from textual input.

SYNOPSIS

makedb [ options ] INPUT-FILE OUTPUT-FILE

makedb [ options ] -o OUTPUT-FILE INPUT-FILE

makedb [ options ] -u INPUT-FILE

DESCRIPTION

This program is mainly used to generate database files for the libnss_db.so module for the Name Service Switch.

OPTIONS

Convert key to lower case.
Write output to file OUTPUT-FILE
Do not print messages while building database.
Print content of database file, one entry a line
-?, --help
Give help message.
Give a short usage message.
Print program version.

AUTHOR

makedb was written by Ulrich Drepper for the GNU C Library.

This manpage was written by Ben Collins <bcollins@debian.org> for the Debian GNU/Linux system.

2020-07-14 perl v5.30.3