findit

Fild files

View project on GitHub

Distinct list method

Aliases: unique()

The distinct method is used to remove duplicates from a list.

For example:

findit  -w 'extension = "txt" AND words().distinct().length() = words().length()'

will show all the text files that has no duplicate words.