group
Command Function
Displays information about a single group or all groups and sets the debugging scope.
Syntax
Displaying information about all groups:
group list [-h | --help]
Setting the debugging scope:
group set [-h | --help] {GROUP_ID}
Displaying information about a single group:
group info [-h | --help] {GROUP_ID}
- The group command can be abbreviated as g, for example, g info 1.
- The GROUP_ID parameter is mandatory and must be a positive integer.
Example
Display the information about group functions:
1 | group -h
|
Command output:
The most commonly used group(g) sub commands are: list Displays all communication subgroups. info Displays the specified communication subgroup. set Specifies the currently operated communication subgroup. See 'group(g) COMMAND -h/--help' for more information on a specific command.
Parent topic: Debugging Status Commands