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.
!=) operatorThe 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.