logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

makegdbm - Make a GDBM database from stdin

Author

       Horms <horms@verge.net.au>

                                               25th December 2000                                    MAKEGDBM(1)

Description

makegdbm allows a GBDM database to be formed from input read from stdin. gdbmname is the name of the GBDM
       database  to  create, ususally the name of this file will end in .db. If the file allready exists is will
       be overwritten. The format of the input is key, value pairs separated by a colon (:).

       Example:

       this is a key:this is a value

Name

       makegdbm - Make a GDBM database from stdin

Options

-h,--help:
              Print usage information.

       -u,--undo:
              Print content of database file, one entry a line.

See Also

gdbm(3)

Synopsis

makegdbm [options] gdbmname

See Also