aboutsummaryrefslogtreecommitdiff
path: root/doc/gdbmtool.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gdbmtool.1')
-rw-r--r--doc/gdbmtool.115
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/gdbmtool.1 b/doc/gdbmtool.1
index dae881c..c479822 100644
--- a/doc/gdbmtool.1
+++ b/doc/gdbmtool.1
@@ -13,7 +13,7 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with GDBM. If not, see <http://www.gnu.org/licenses/>. */ 15.\" along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
16.TH GDBMTOOL 1 "May 18, 2016" "GDBM" "GDBM User Reference" 16.TH GDBMTOOL 1 "July 12, 2016" "GDBM" "GDBM User Reference"
17.SH NAME 17.SH NAME
18gdbmtool \- examine and modify a GDBM database 18gdbmtool \- examine and modify a GDBM database
19.SH SYNOPSIS 19.SH SYNOPSIS
@@ -158,7 +158,7 @@ Delete record with the given \fIKEY\fR.
158.BR dir 158.BR dir
159Print hash directory. 159Print hash directory.
160.TP 160.TP
161\fBexport\fR, \fBe\fR \fIFILE\-NAME\fR [\fBtruncate\fR] [\fBbinary\fR|\fBascii\fR] 161\fBexport\fR \fIFILE\-NAME\fR [\fBtruncate\fR] [\fBbinary\fR|\fBascii\fR]
162Export the database to the flat file \fIFILE\-NAME\fR. This is equivalent to 162Export the database to the flat file \fIFILE\-NAME\fR. This is equivalent to
163.BR gdbm_dump (1). 163.BR gdbm_dump (1).
164 164
@@ -187,6 +187,17 @@ Print a concise command summary, showing each command letter and
187verb with its parameters and a short description of what it does. 187verb with its parameters and a short description of what it does.
188Optional arguments are enclosed in square brackets. 188Optional arguments are enclosed in square brackets.
189.TP 189.TP
190.B history
191Shows the command history list with line numbers. This command is
192available only if the program was compiled with GNU Readline.
193.TP
194\fBhistory\fR \fICOUNT\fR.
195Shows \fICOUNT\fR latest commands from the command history.
196.TP
197\fBhistory\fR \fIN\fR \fICOUNT\fR.
198Shows \fICOUNT\fR commands from the command history starting with \fIN\fRth
199command.
200.TP
190\fBimport\fR \fIFILE\-NAME\fR [\fBreplace\fR] [\fBnometa\fR] 201\fBimport\fR \fIFILE\-NAME\fR [\fBreplace\fR] [\fBnometa\fR]
191Import data from a flat dump file \fIFILE\-NAME\fR. 202Import data from a flat dump file \fIFILE\-NAME\fR.
192If the 203If the

Return to:

Send suggestions and report system problems to the System administrator.