NAME

fzindex - index wrapper around OurNet::FuzzyIndex

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.