News

Learn how to search inside files in Linux using grep, find, and ripgrep. Useful to debug configs, search logs, and explore codebases fast.
The grep command offers interesting options to help you find what you want from text files. The grep command makes it easy to find strings in text files on Linux systems, but that’s just a start.
The everlastingly useful grep command can change its character with the flip of a switch to help you find things. The grep command – likely one of the first ten commands that every Unix user ...
The grep command is a handy, reliable tool for searching for files or information. This tutorial illustrates 10 ways to take advantage of its power and flexibility.
These commands wield significant power, and seem to be two of the most commonly used commands for the Ubuntu Linux command line. I mentioned ‘grep’ in passing yesterday.
As a freelance web dev, most of my time spent on a Linux command line was setting up the servers (so, hopefully-do-once-and-forget-about-it stuff) and then running the most basic of commands.
Grep and diff are command line-based text analysis tools available in all Linux and Unix distributions. Both are designed to parse documents on a line-by-line basis.
These little unix commands are all about text processing and I really miss this functionalities in MS Office and other windows programs.