select command

The ccm select command provides the ability to manipulate the query selection set in various ways. The command supports a stack of selection sets that might be used to save and restore selection sets.

For example, if you want a script to use queries but preserve the current selection set, you can push the current selection set onto the selection set stack, execute a query, and then pop the selection set stack to restore the selection set.

The select command supports the following subcommands:


Feedback