NAME
fzquery - FuzzyIndex query utility
SYNOPSIS
% fzquery index.db "where could i find some books?" # from arg
% fzquery index.db << query.txt # from stdin
DESCRIPTION
Just run fzquery at command line. The first argument is the db file to query from, remaining arguments being the query string. If no query was given, it will read from STDIN.
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2001 by Autrijus Tang <autrijus@autrijus.org>.
All rights reserved. You can redistribute and/or modify this module under the same terms as Perl itself.