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