GREP will print out all files which have a specific string contained in them, and print the lines in the files which contain the string. Operating Procedures: GREP /SE:string>[/CO:nnn] may be any legal RSX-11 filespec, and may have *-file names. if a * is used, the version defaults to * automatically. for example, *.MAC, TEST.*, *.PLI. may be any string with the following restrictions: 1) embedded blanks and tabs will be ignored. 2) the characters ',', '=', '[', ']', '/', ':' and ' ' cannot be used in the string since they are treated as special characters by the command string interpreter. Note: the character & may be used as a match for ANY character and the character \ matches any of the characters in 2) above. The /CO:nnn switch will print nnn (decimal) lines after a match if specified. Print stops after a formfeed even if the count nnn is not exhausted, however. Line numbers of lines found will be displayed at the left of the lines.