
The suffixarrayview creates a view of an internally created suffix array from one or more files.

Usage: suffixarrayview [OPTIONS] [FILES]...

Arguments:
  [FILES]...  

Options:
  -w, --width <WIDTH>            maximum dataset length in chars / bytes, default is unlimited
  -b, --binary                   binary mode, default is UTF8 mode
  -t, --tokenregex <TOKENREGEX>  default is every char / byte, defines the start of all suffixes
  -v, --verbose                  
  -h, --help                     Print help
  -V, --version                  Print version

