table command: Examples
Examples for using the SPL2 table command
Returning a table with only specific fields
The following example returns a table with only the host and action fields.
...| table host, action
Using a wildcard to return fields with similar names
The following example return a table with only the host and action fields, and any field that begins with "source".
...| table host, action, "source*"
See also
table command