grep (1) Linux Manual Page
grep, egrep, fgrep, rgrep – print lines that match patterns Synopsisgrep [OPTION…] PATTERNS [FILE…] grep [OPTION…] -e PATTERNS … [FILE…] grep [OPTION…] -f PATTERN_FILE … [FILE…] Descriptiongrep searches for PATTERNS in each FILE. PATTERNS is one or more patterns separated by newline characters, and grep prints each line that matches a pattern. Typically PATTERNS should…
