Tagged articles
122 articles
Page 2 of 2
ITPUB
ITPUB
Apr 9, 2018 · Fundamentals

Mastering grep: 12 Powerful Ways to Search and Filter Files on Linux

This guide walks you through installing grep, then demonstrates twelve practical techniques—from locating installed packages and filtering configuration files to counting matches, recursive searches, and using extended regular expressions—empowering you to efficiently search and process text on any Linux system.

GrepLinuxcommand-line
0 likes · 9 min read
Mastering grep: 12 Powerful Ways to Search and Filter Files on Linux
ITPUB
ITPUB
Mar 24, 2018 · Fundamentals

Master Linux Text Processing: Essential Shell Commands and Practical Examples

This guide introduces the most commonly used Linux shell tools for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing concise explanations, useful options, and real‑world command examples to help you handle files efficiently.

GrepLinuxShell
0 likes · 17 min read
Master Linux Text Processing: Essential Shell Commands and Practical Examples
ITPUB
ITPUB
Mar 7, 2018 · Fundamentals

Mastering grep: 12 Practical Linux Search Techniques

This guide walks you through twelve essential grep use‑cases on Linux, from installing the tool and listing packages to filtering files, displaying line numbers, counting matches, recursive searches, exact‑word matches, and working with compressed or regex‑based searches, all illustrated with clear command examples.

GrepSearchTutorial
0 likes · 9 min read
Mastering grep: 12 Practical Linux Search Techniques
MaGe Linux Operations
MaGe Linux Operations
Jan 18, 2018 · Fundamentals

Master Essential Linux Shell Tools: find, grep, awk, and More

This guide walks through the most commonly used Linux shell utilities for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing practical examples, key options, and tips for combining them effectively in scripts.

Command-line ToolsGrepLinux
0 likes · 15 min read
Master Essential Linux Shell Tools: find, grep, awk, and More
MaGe Linux Operations
MaGe Linux Operations
Sep 26, 2017 · Fundamentals

Master Essential Linux Shell Tools for Text Processing

This article provides a comprehensive guide to core Linux shell utilities—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—showing practical examples, common options, and how to combine them for efficient text manipulation and system tasks.

GrepShellTextProcessing
0 likes · 13 min read
Master Essential Linux Shell Tools for Text Processing
21CTO
21CTO
Aug 5, 2017 · Backend Development

How I Reduced Log Keyword Counting from Hours to Minutes Using PHP, Grep, Regex & Trie

This article walks through solving a massive log‑keyword counting task—600,000 short messages and 50,000 keywords—by evolving from a simple grep‑based approach to regex optimizations, word‑splitting, a trie data structure, and finally a multi‑process Redis queue, achieving a performance boost from hours to under ten minutes.

GrepLog ProcessingTrie
0 likes · 15 min read
How I Reduced Log Keyword Counting from Hours to Minutes Using PHP, Grep, Regex & Trie
ITPUB
ITPUB
Jun 6, 2017 · Fundamentals

Master Linux Text Processing: Essential Shell Tools and Practical Examples

This article provides a comprehensive guide to the most commonly used Linux shell utilities for text manipulation—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—offering clear explanations, typical parameters, and real‑world command examples to help you handle files efficiently.

GrepShellawk
0 likes · 15 min read
Master Linux Text Processing: Essential Shell Tools and Practical Examples
Qunar Tech Salon
Qunar Tech Salon
Mar 23, 2016 · Operations

Using grep with Regular Expressions on Linux and Unix Systems

This guide explains how to use the GNU grep tool on Linux and Unix to perform powerful text searches with basic and extended regular expressions, covering pattern matching, character classes, wildcards, logical operators, quantifiers, output formatting, and differences between grep and egrep.

GrepLinuxSearch
0 likes · 10 min read
Using grep with Regular Expressions on Linux and Unix Systems
Baidu Tech Salon
Baidu Tech Salon
Jan 16, 2015 · Fundamentals

The History and Origins of the Unix grep Command

The Unix grep command, created by Ken Thompson before the fourth edition of Unix and named after the ed editor’s “g/re/p” syntax, first appeared in Version 4, later expanded by Al Aho into egrep and fgrep, and was popularized through the GNU and BSD implementations, illustrating Unix’s collaborative evolution.

GrepUnixcommand-line
0 likes · 9 min read
The History and Origins of the Unix grep Command