Xor (XOR) Boolean logical operator
The Xor (XOR) Boolean logical operator is used check if one and only one of operands is true.
For example:
findit -w 'extension == "bash" XOR extension == "sh"'
Will show all the bash and sh files.