6 stories tagged with #grep, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Grep"
Ripgrep AI Policy
ripgrep recursively searches directories for a regex pattern while respecting your gitignore - BurntSushi/ripgrep…
Is grep all you need? Lexical VS Sematic Search for Agents
Lexical search with grep is fast and precise, but it breaks down at enterprise scale. Learn when to use grep, semantic search, or a hybrid RAG approach to build AI agents that can …
Layered retrieval beats grep alone for LLM-generated engineering docs
Empirical study: layered retrieval (typed→semantic→grep) scores 0.954 for LLM-generated engineering artifacts. 5 conditions, 3 model tiers, 36 generated ADRs, 23 score files. - rdu…
What does grep stand for, and the 75 year history of the regular expression
grep is short for g/re/p — the ed command syntax for global regular expression print. Regular expressions themselves go back to a 1951 RAND memo by Stephen Kleene. The thirty-year …
How to Use grep, awk, and sed Like a SysAdmin
If you work with Linux, you will eventually spend time reading logs, searching configuration files,...…