findit

Fild files

View project on GitHub

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.