Events-processing exclude: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * events processing =Overview=") |
No edit summary |
||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
Filter out the events that match the query, and only display those that do not match. | |||
Some utilities rely on the fact that they can invoke this procedure with the abbreviated command-line form "-x". | |||
This procedure is equivalent with the grep --invert-match (-v) option. |
Latest revision as of 00:54, 4 August 2017
Internal
Overview
Filter out the events that match the query, and only display those that do not match.
Some utilities rely on the fact that they can invoke this procedure with the abbreviated command-line form "-x".
This procedure is equivalent with the grep --invert-match (-v) option.