PROCGREP(1)
NAME
procgrep
- Search for a string across the proclib concatenation.
SYNOPSIS
procgrep [-dhinv] <STRING> <DATASET-PATTERN>
-d
Print debug messages from internal errors.
-h
Print syntax information.
-i
Ignore case.
-n
Display line numbers
-v
Print out verbose command information.
DESCRIPTION
Search for <STRING>
across the proclib concatenation
The following rules apply to <DATASET-PATTERN>
.
The high-level qualifier (HLQ) must be specified in full. An asterisk (*) matches any sequence of characters. A question mark (?) matches a single character.
EXAMPLES
Search for "rdtd
" (case sensitive) across the proclib concatenation:
procgrep rdtd
Search for "Hello
" (case insensitive) across the proclib concatenation, displaying line numbers.
procgrep -in Hello
EXIT VALUES
0
Success
other
An error occurred. See error messages for details.