← All commands

grep

Search text with automatic colour

Search & Process

Usage reference

Try an example

grep TODO README.md

Expands To

grep --color=auto

Usage

grep <pattern> [file ...]
Dependencies
grep with --color=auto support

Examples

  • grep TODO README.md