GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FTIMES-DBM-DUMP(1) FTimes Documentation FTIMES-DBM-DUMP(1)

ftimes-dbm-dump - Enumerate a Berkeley database

ftimes-dbm-dump [-M pattern] [-m pattern-file] [-o option[,option[,...]]] -d db

This utility enumerates a Berkeley database that has been created with ftimes-dbm-make(1). Output is written to stdout and has the following format:

    key|value

-d db
Specifies the name of the database to dump.
-M
Specifies a pattern that is to be applied to the values. The output records for any values not matched by the pattern will be discarded. Use the InvertMatch option to invert the sense of the match.
-m
Specifies a file containing zero or more patterns, one per line, that are to be applied to the values. The output records for any values matched by the patterns will be discarded. Use the InvertMatch option to invert the sense of the match. Use the MatchKeys option to apply pattern matching to keys instead of values.
-o option,[option[,...]]
Specifies the list of options to apply. Currently the following options are supported:
KeysOnly
Output keys only. By default, both keys and values are written to stdout.
MatchKeys
Apply pattern matching to keys instead of values.
InvertMatch
Invert the sense of pattern matching.
ReverseFields
Output keys and values in the reverse order (i.e., value|key). This option is silently ignored if the KeysOnly option has been set.

Klayton Monroe

ftimes-dbm-dump(1), ftimes-dbm-make(1)

All documentation and code are distributed under same terms and conditions as FTimes.
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.