NAME

fzquery - FuzzyIndex query utility

SYNOPSIS

fzquery database [ query ] fzquery database << file

DESCRIPTION

Just run fzquery at command line. The first argument is the Berkeley DB file to query from, remaining arguments being the query string. If no query was given, it will read from STDIN.

Example usages:

% fzquery index.db "where could i find some books?" # from arg
% fzquery index.db << query.txt                     # from stdin

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

Copyright 2001 by Autrijus Tang <autrijus@autrijus.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html