Excludes lines that match a pattern or string. Contiguous excluded lines are displayed as a single line of dashes.
Syntax:
EXCLUDE
fromstr
[FIRST|LAST|NEXT|PREV|ALL
[WORD|PREFIX|SUFFIX|CHAR]
[label1 label2]
[lcol rcol]
Syntax Description:
Specifies the from string. Enter a string in one of the following formats:
(C'ccc')
(T'ccc')
X'xx'
P'ppp'
PL'vvv'
(UC'ccc')
(UT'ccc')
Starts searching at the beginning of the data set and excludes the first occurrence of fromstr.
Starts searching at the end of the data set and excludes the last occurrence of fromstr.
Starts from the current cursor position, and excludes the next occurrence of fromstr.
Starts from the current cursor position, and excludes the previous occurrence of fromstr.
Excludes all occurrences of fromstr.
Excludes only complete words in the fromstr.
Excludes only words that begin with the fromstr.
Excludes only words that end with the fromstr.
Excludes the fromstr in any part of a word.
Specifies the start point in a range of lines to which the EXCLUDE command is applied.
Specifies the end point in a range of lines to which the EXCLUDE command is applied.
Specifies the leftmost column in which fromstr can appear. If rcol is not also specified, fromstr must begin in lcol.
Specifies the rightmost column in which fromstr can appear.
Alias: X
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|