NAME

fzindex - FuzzyIndex index utility

SYNOPSIS

fzindex database files|globs...

DESCRIPTION

Just run fzindex at command line. The first argument is the Berkeley DB file to store index results, remaining arguments being glob patterns of files to be indexed.

Example usages:

% fzindex index.db *.txt    # shell glob
% fzindex index.db '*.txt'  # glob string

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