The command xxx is executed and the output is filtered to show all lines not containing the "string" match. Output lines containing the "string" match are suppressed.
Example: The following shows an example of the CLI command.
(Routing) #show interface 0/1 Packets Received Without Error................. 0 Packets Received With Error.................... 0 Broadcast Packets Received..................... 0 Receive Packets Discarded...................... 0 Packets Transmitted Without Errors............. 0 Transmit Packets Discarded..................... 0 Transmit Packet Errors......................... 0 Collision Frames............................... 0 Time Since Counters Last Cleared............... 281 day 4 hr 9 min 0 sec (Routing) #show interface 0/1 | exclude “Packets” Transmit Packet Errors......................... 0 Collision Frames............................... 0 Time Since Counters Last Cleared............... 20 day 21 hr 30 min 9 sec