NAME
ftimes-dbm-find - Find one or more keys in a Berkeley database
SYNOPSIS
ftimes-dbm-find [-o option[,option[,...]]] -d db key [key ...]
DESCRIPTION
This utility searches for a list of keys from a database that has been created with ftimes-dbm-make(1). The output produced by this utility has the following format:
key|value|db
OPTIONS
- -d db
-
Specifies the name of the database to search.
- -o option,[option[,...]]
-
Specifies the list of options to apply. Currently the following options are supported:
- BeQuiet
-
Don't report errors (i.e., be quiet) while processing files.
- ReverseArguments
-
Reverse the meaning of the db and key arguments. This option allows you to search for a single field in one or more databases.
AUTHOR
Klayton Monroe
SEE ALSO
ftimes-dbm-dump(1), ftimes-dbm-make(1)
LICENSE
All documentation and code are distributed under same terms and conditions as FTimes.
|