Title: grep Short: Find a text string (v1.3) ShortName: grep.zip Author: GNU free software foundation Date: 13-dec-88 Status: Freeware Archiver: SparkFS Size: ================================= Description: Grep searches the files listed in the arguments (or standard input if no files are given) for all lines that contain a match for the given expr . If any lines match, they are printed. Also, if any matches were found, grep will exit with a status of 0, but if no matches were found it will exit with a status of 1. This is useful for building shell scripts that use grep as a condition for, for example, the if statement.