Back to search

grep

command text

Search for patterns in files

Options

String or regex pattern to search for

File path, glob, or directory (with -r). Omit to read from stdin

Search directories recursively

Search only files matching glob pattern (e.g. '*.log')

Skip files matching glob pattern

Generated Command

grep ''

Related