Grep playground

# 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.

⛫ homepage • αω tutorial • ⚘ community