findit

Fild files

View project on GitHub

Equals (=) operator

The Equals (= or ==) operator will return true if both operands are equals to each other.

For example:

findit -w 'extension = "json"'

Will show all the json files.