NAME

fzindex - FuzzyIndex index utility

SYNOPSIS

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

DESCRIPTION

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

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.