grep
grep — my Raindrop.io articles
Quick reference for the grep text search command
Struggling with regex? This simple cheatsheet breaks down common patterns, symbols, and examples you can use right away.
After mastering regex, tools like grep become much more useful.
Even if you use the Linux command line moderately, you must have come across the grep command. Grep is used to search for a pattern in a text file. It can do crazy powerful things, like search for new lines, search for lines where there are no uppercase characters, search
Introduction Hey there! As a Linux user, you might have heard about the powerful AWK...
“Do people really write these long, convoluted commands?” In a word: yes.
The grep utility searches any given input files, selecting lines that match one or more patterns. By...