PROBLEM: (STL016004) (PATCH ID: OSF500-182) ******** This patch fixes a problem with the grep command in which the options -p -v together does not produce any output. PROBLEM: (73949, UVO59438) (PATCH ID: OSF500-196) ******** 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: OSF500-199) ******** 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.