[🔍]
$ grep -ri 'query' ./posts/*
$ find . -type f -name "*.md" | xargs grep -l ""

Search through 6 posts.

search
$ grep