Tagged articles
21 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Sep 21, 2025 · Operations

15 Powerful grep Tricks to Master Text Searching on Linux

This guide presents fifteen practical grep examples that demonstrate how to locate specific strings, perform case‑insensitive searches, recurse directories, count matches, list filenames, show line numbers, invert matches, display context, use regular expressions, exclude files, and combine grep with other commands for advanced text processing on Linux systems.

GrepLinuxShell scripting
0 likes · 8 min read
15 Powerful grep Tricks to Master Text Searching on Linux
Raymond Ops
Raymond Ops
Jul 23, 2025 · Operations

Mastering Linux grep: Essential Options and Practical Examples

This guide explains the Linux grep command, detailing its purpose, all available options, and practical examples for searching text, counting matches, handling case sensitivity, recursive searches, and more, helping users master efficient text processing in the terminal.

GrepLinuxcommand-line
0 likes · 8 min read
Mastering Linux grep: Essential Options and Practical Examples
MaGe Linux Operations
MaGe Linux Operations
Dec 24, 2024 · Fundamentals

Mastering grep: Essential Options and Real‑World Examples

This guide explains the Linux grep command, detailing its purpose, syntax, and a comprehensive list of options such as -i, -r, -c, and -w, followed by practical examples that demonstrate searching for strings, handling case sensitivity, counting matches, recursive directory scans, and displaying context lines.

GrepLinuxcommand-line
0 likes · 7 min read
Mastering grep: Essential Options and Real‑World Examples
Open Source Linux
Open Source Linux
Sep 10, 2021 · Fundamentals

Mastering grep: Powerful Text Search Techniques for Linux

This guide explains grep's purpose, syntax, key options, and provides practical examples—including case‑insensitive, inverse, recursive, and anchored searches—to help users efficiently locate text in files on Unix-like systems.

Grepregextext search
0 likes · 4 min read
Mastering grep: Powerful Text Search Techniques for Linux
Liangxu Linux
Liangxu Linux
Feb 12, 2021 · Fundamentals

Master Linux grep: 10 Practical Examples to Boost Your Text Searching Skills

This guide introduces the powerful Linux grep command, explains its regex-based searching capabilities, and walks through ten hands‑on examples—including filtering by keywords, context lines, line numbers, and exclusion—followed by a concise reference of the most useful grep options.

GrepLinuxcommand-line
0 likes · 5 min read
Master Linux grep: 10 Practical Examples to Boost Your Text Searching Skills
ITPUB
ITPUB
Jun 8, 2020 · Fundamentals

Master grep: Powerful Regex Search Techniques for Linux

This guide explains how to use the Linux grep command with common options and regular‑expression patterns, providing step‑by‑step examples that demonstrate counting matches, case‑insensitive searches, inverse matches, anchoring, character classes, and quantifiers.

GrepLinuxShell
0 likes · 6 min read
Master grep: Powerful Regex Search Techniques for Linux
Liangxu Linux
Liangxu Linux
Apr 22, 2020 · Operations

5 Powerful Command‑Line Search Tools to Replace Grep

Discover five fast, cross‑platform command‑line utilities—including ack, The Silver Searcher, sift, and RipGrep—that simplify complex grep tasks, support file‑type filtering, and boost code‑search efficiency without relying on editors or IDEs.

ACKcommand-line toolsgrep alternatives
0 likes · 7 min read
5 Powerful Command‑Line Search Tools to Replace Grep
ITPUB
ITPUB
Feb 4, 2020 · Operations

Mastering grep: Powerful Search Techniques and Essential Options for Linux

This guide explains how to use the Linux grep command to search text patterns in files, covering basic syntax, absolute and relative paths, practical examples, and a comprehensive list of useful options such as -n, -h, -l, -R, -i, -c, -w, -v, and --exclude-dir.

GrepLinuxSysadmin
0 likes · 7 min read
Mastering grep: Powerful Search Techniques and Essential Options for Linux
ITPUB
ITPUB
Dec 10, 2019 · Fundamentals

Master Linux Text Search: 30 Essential Grep Techniques You Need to Know

This comprehensive Linux tutorial explains why grep is indispensable, demonstrates basic and advanced string searches, multiple patterns, regex usage, recursive scans, whitespace handling, differences among grep variants, find vs grep, compressed‑file searches, IP and email extraction, case handling, exclusions, replacements, line numbers, context lines and result sorting.

GrepLinuxcommand-line
0 likes · 15 min read
Master Linux Text Search: 30 Essential Grep Techniques You Need to Know
Liangxu Linux
Liangxu Linux
Jun 20, 2019 · Fundamentals

Master grep: Essential Linux Text Search Commands and Tips

This guide explains how to use the Linux grep command for powerful text searching, covering common options, file content searches, recursive scans, exclusion patterns, case‑insensitive matching, context lines, rule‑file searches, and regular‑expression techniques with practical examples.

LinuxShellTutorial
0 likes · 9 min read
Master grep: Essential Linux Text Search Commands and Tips
MaGe Linux Operations
MaGe Linux Operations
Apr 12, 2019 · Fundamentals

Mastering grep: Powerful Search Techniques and Regular Expressions

This guide explains how to use the Unix grep family—including grep, egrep, and fgrep—to perform global text searches with regular expressions, showing common options, color highlighting, recursive searches, character classes, anchors, quantifiers, and extended patterns through clear examples.

Grepcommand-lineregular expressions
0 likes · 15 min read
Mastering grep: Powerful Search Techniques and Regular Expressions
MaGe Linux Operations
MaGe Linux Operations
Jan 1, 2019 · Operations

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

This guide walks you through installing grep and demonstrates twelve practical techniques—including searching packages, filtering files, finding media, showing context lines, counting matches, recursive searches, exact word matches, and handling compressed files—so you can harness its full power on Linux systems.

GrepLinuxShell
0 likes · 9 min read
Mastering grep: 12 Powerful Ways to Search and Filter on Linux