findit

Fild files

View project on GitHub

Not Equals (!=) operator

The Not Equals (!= or <>) operator will return true if both operands are not equals to each other.

For example:

findit -w 'extension != "json"'

Will show all the non-json files.