PROBLEM: (73949, UVO59438) (PATCH ID: OSF425-933) ******** This patch corrects a problem with the fgrep command, when it is used with the -s flag all output is suppressed. PROBLEM: (69855, 69829) (PATCH ID: OSF425-937) ******** This patch fixes a limitation problem with the grep and fgrep commands. If the line length is too long, grep displays a "wordlist too large" error message and fgrep displays "input too long" error message. The maximum input line length for both grep and fgrep is increased to 64K with this patch. PROBLEM: (49626, 50301, 51528, 79566) (PATCH ID: OSF425-994) ******** This patch fixes several problems with fgrep: 1) The command fgrep -f searchlist gets the following error message: wordlist too large if the searchlist is too long, in the test case it was 1500 entries. 2) The command fgrep -f searchlist displays datafiles verbatim if the searchlist has blank lines. PROBLEM: (EVT43299A, CFS.79281) (PATCH ID: OSF425-1058) ******** This patch fixes a problem in which the grep command with the -w switch does not work as documented.