logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bmfconv - Database converter for bmf

Author

       Tom Marshall <tommy@tig-grr.com>. bmfconv is a part of the bmf package.

                                                                                                      BMFCONV(1)

Bugs

       Should be more robust.

Description

       bmfconv  converts  bmf  token databases between the supported formats. It can import flat text files into
       databases and export databases into flat text files.

       PLEASE NOTE that the text files used in import and export operations are read and written in the  current
       directory.

Files

goodlist.txt
              Text file for import or export of good tokens.

       spamlist.txt
              Text file for import or export of spam tokens.

Name

       bmfconv - Database converter for bmf

Options

-ffmt Specify database format. Supported formats are "db" for libdb and "mysql" for MySQL.

       -ddb Specify database name.

       -e Export the database to text files.

       -i Import the database from text files.

       -v Display version information.

       -h Display usage information.

Return Values

       0 if conversion succeeds, nonzero if conversion fails.

Synopsis

bmfconv [-f fmt] [-d db] [-e] [-i] [-v] [-h]

See Also