Developer essentials: How to search code using grep | MDN Blog
Developer essentials: How to search code using grep | MDN Blog
developer.mozilla.org Developer essentials: How to search code using grep | MDN Blog
grep is a powerful tool for searching code from the terminal. This post will show you how to use grep and why it's an essential developer tool.

5
comments
Thanks for the article. This will be a good to save as a PDF for future reference
3 0 ReplyGreat to hear. In my day-to-day job I use grep all the time against of directory of 50k plus text files. It's a great tool to learn and utilize.
2 0 ReplyI’m mostly a Linux casual who ended up working in not computers so it’s knowledge that’s useful for a month out of a year and hard to retain 😅 This article is what I wish the man page examples were
2 0 Reply
These days I prefer rg (ripgrep) instead. However, i love to grep on servers.
3 0 Reply