grep

NAME

grep, egrep, fgrep - Windows command-line utility file-pattern searcher

SYNOPSIS

grep [-F|-E] [-c|-l|-q] [-hinosvx] -e pattern_list
	 [-f pattern_file] ... [file ...]

grep [-F|-E] [-c|-l|-q] [-hinosvx] [-e pattern_list]
	 -f pattern_file ... [file ...]

grep [-F|-E] [-c|-l|-q] [-hinosvx] pattern_list
	 [-f pattern_file ...] [file ...]

DESCRIPTION

The grep(1w) Windows command-line utility is an implementation of the Interix grep(1) command that you can run at a Windows command prompt. The pattern_file and file arguments must use Windows file-name and path syntax. For more information, see grep(1).