ftimes-dbm-find - Find one or more keys in a Berkeley database
ftimes-dbm-find [-o option[,option[,...]]] -d db key [key ...]
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
- -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.
Klayton Monroe
ftimes-dbm-dump(1), ftimes-dbm-make(1)
All documentation and code are distributed under same terms and
conditions as FTimes.
|