The syntax for this type of clause consists of the attribute name (attr_name), a relative operator (relative_operator), and the value of the attribute (constant):
"attr_name relative_operator ’constant’"
> ccm query "status=’working’"
Here is the built-in shortcut for this command:
> ccm query /s working
> ccm query "version=’2’"
Here is the built-in shortcut for this command:
> ccm query -v 2