Tag: grep
Browse all articles, tutorials, and guides about grep
Posts
How to Exclude Directories from grep -R
Learn how to exclude specific directories when searching recursively with grep, including node_modules, .git, and other directories you want to skip.
How to Find Files Containing Specific Text on Linux
Need to locate files with specific content? Learn how to use grep, find, and other Linux tools to search through files and directories efficiently.
How to Use Grep to Show Only Filenames on Linux
Learn how to use grep options to display only the names of files containing matches, making it easier to identify relevant files in large searches.
How to Recursively Grep All Directories and Subdirectories
Learn how to use grep with recursive options to search through entire directory trees efficiently, including advanced filtering and performance optimization techniques.
How to Grep a Continuous Stream in Real-Time
Learn how to filter live log streams with grep, including line-buffering for immediate output, following log files, and monitoring command output as it happens.