********************************************************************** * SEARCH * ********************************************************************** * COPYRIGHT 1983 EUGENE H. MALLORY * ********************************************************************** PROGRAM: SEARCH - Search files for lines containing a pattern. USAGE: SEARCH [fid] FUNCTION: This searches files for lines containing the supplied pattern and outputs the selected lines. The default is to output file names of files which contain the pattern. Other selection options are: -X Suppress listing of the file names -L List lines containing the pattern. -N Output found lines with their line number. -H Display the available options and metacharacters. All files defined by the afn are searched. If input is also from a file (| SEARCH |-----------------------> | | | | |___________________________|