grep: An Hour at Bell Labs in 1973
Technical Beauty — Episode 36 A development server holds a mystery. Someone deployed something,...
Tag archive
Technical Beauty — Episode 36 A development server holds a mystery. Someone deployed something,...
Learn multiple methods to search for files containing specific text strings on Linux using grep, find, and other commandline tools with practical examples.
I recently added grep and rip-grep to Windows. I can now use them directly in CMD and pwsh. Getting...
grep's flat output is the wrong abstraction for exploratory searches I built a grep that...
TL;DR use grep -rG <word> searches for all files recursively in the current directory for...

How to count lines in a given file?

Introduction I see a world where every device will utilize Linux in the nearest future....
This is the output of lsblk command on my Ubuntu machine: $ lsblk NAME MAJ:MIN RM SIZE RO TYPE...
I am very excited and thankful to share with you that ast-grep, a code search and transformation...
Context You want to find all the processes of, for example, visual studio code, and kill them all...
This is the 6th and final part of the "Don't fear the grepper!" series. Storing...
This is part 5 of the "Don't fear the grepper!" series. The next confession Yes, another...