Lines Matching refs:pattern

1836 @samp{\} and @samp{:} via options (see below), but the pattern
3565 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{}
3568 The contents of the output files are determined by the @var{pattern}
3569 arguments, as detailed below. An error occurs if a @var{pattern}
3572 @var{pattern} has been matched, any remaining input is copied into one
3578 The types of pattern arguments are:
3596 Note lines within a negative offset of a regexp pattern
3604 Repeat the previous pattern @var{repeat-count} additional
3616 pattern or the @option{--suppress-matched} option.
3666 Do not output lines matching the specified @var{pattern}.
7739 @opindex --hide=@var{pattern}
7740 In directories, ignore files whose names match the shell pattern
7741 @var{pattern}, unless the @option{--all} (@option{-a}) or
7743 option acts like @option{--ignore=@var{pattern}} except that it has no
7752 @item -I @var{pattern}
7753 @itemx --ignore=@var{pattern}
7755 @opindex --ignore=@var{pattern}
7756 In directories, ignore files whose names match the shell pattern
7757 (not regular expression) @var{pattern}. As
7759 wildcard at the start of @var{pattern}. Sometimes it is useful
12765 @item --exclude=@var{pattern}
12766 @opindex --exclude=@var{pattern}
12768 When recursing, skip subdirectories or files matching @var{pattern}.
14015 @command{expr} supports pattern matching and other string operators. These
14022 @cindex pattern matching
14025 Perform pattern matching. The arguments are converted to strings and the
14055 An alternative way to do pattern matching. This is the same as
18253 The pattern @samp{$@{VARNAME@}} is used to substitute a value from
18254 the environment variable. The pattern must include the curly braces
18259 If the environment variable is empty or not set, the pattern will be replaced