[perdition]

Perdition: makebdb(1) Manual Page


| Vanessa | More Projects | Perdition-PBS |
| Main | Download | Releases | Git Repository | Documentation | FAQ | Mailing List | Deployments | Support |

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

Content-type: text/html; charset=UTF-8 Man page of MAKEBDB

MAKEBDB

Section: User Commands (1)
Updated: 30th May 2002
Index Return to Main Contents
 

NAME

makebdb - Make a BerkeleyDB database from stdin  

SYNOPSIS

makebdb [options] bdbname  

DESCRIPTION

makebdb allows a BerkeleyDB database to be formed from input read from stdin. bdbname is the name of the BerkeleyDB database to create, ususally the name of this file will end in .db. If the file already 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

The full documentation for BerkeleyDB is available on the Sleepycat Software web site (http://www.sleepycat.com)  

AUTHOR

Original GDBM code by Horms <horms at verge.net.au>. Modified for BerkeleyDB by Chris Stratford <chriss at pipex.net>.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 10:21:55 GMT, November 01, 2016

| Horms Solutions | Simon Horman's Personal Page |

Copyright © 1995-2022 Simon Horman
Copyright © 2010-2022 Horms Solutions Ltd.
All rights reserved unless otherwise noted