[perdition]

Perdition: makegdbm(1) Manual Page


| English | Japanese || Vanessa | More Linux Projects | About the Author |
| Main | Download | Releases | CVS | Documentation | FAQ | Mailing List | Deployments | Perdition-PBS |

| perdition(8) | perditiondb(5) | makebdb(1) | makegdbm(1) |
| perditiondb_ldap_makedb(8) | perditiondb_mysql_makedb(8) |
| perditiondb_odbc_makedb(8) | perditiondb_postgresql_makedb(8) |

Man page of MAKEGDBM

MAKEGDBM

Section: User Commands (1)
Updated: 25th December 2000  

NAME

makegdbm - Make a GDBM database from stdin  

SYNOPSIS

makegdbm [options] gdbmname  

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  

OPTIONS

-h, --help:
Print usage information.
-u, --undo:
Print content of database file, one entry a line.
 

SEE ALSO

gdbm(3)  

AUTHOR

Horms


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR

Copyright © 1995-2008 Horms
Last Modified: Thu, 22 Feb 2007 03:15:23 +0100