Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
niru is a file comparator. It computes the similary between two files by spliting them into k-blocks and uses the Jaccard index.
$ niru --help
NAME
niru - similarity file comparator
SYNOPSIS
niru [-k [<BLOCK_SIZE>]] [OPTION]… <FILE1> <FILE2>
DESCRIPTION
niru works by computing all the contiguous bytes of length k (k-blocks)
and use the jaccard index to compute their similarity.