Grep playground
Choose a typical use case or try your own:
tree
search file
match:partial
match:word
match:line
regex
literal
patterns
search dir
file globs
binary
ignore case
invert match
count
limit matches
matches only
files only
context
silent
# Find all occurrences of the # word "codes" in "README.md": grep -n codes README.md # See the "tree" example for project structure.
grep is the ultimate text search tool available on virtually all Linux machines.