MaGe Linux Operations
MaGe Linux Operations
Jan 1, 2025 · Operations

Master Linux Text Processing: grep, cut, sort, uniq, diff, and More

This guide provides a comprehensive overview of essential Linux text‑processing commands—including grep, cut, sort, uniq, tee, diff, paste, and tr—detailing their key options, usage examples, and practical tips for efficiently searching, extracting, sorting, comparing, merging, and transforming file contents.

Linuxcutdiff
0 likes · 24 min read
Master Linux Text Processing: grep, cut, sort, uniq, diff, and More
Liangxu Linux
Liangxu Linux
Nov 10, 2022 · Fundamentals

Master Linux Text Manipulation with tr and fmt: Practical Examples

Learn how to use the Linux command‑line utilities tr and fmt for powerful text transformation—covering character replacement, case conversion, whitespace handling, and deletion of digits or punctuation, and formatting options—through clear syntax explanations and step‑by‑step examples.

Linuxfmttext processing
0 likes · 11 min read
Master Linux Text Manipulation with tr and fmt: Practical Examples
Liangxu Linux
Liangxu Linux
Oct 13, 2020 · Fundamentals

Master Linux Case Conversion with tr, awk, sed, and Python

This guide walks you through Linux command‑line tools—tr, awk, sed, and even Python—to efficiently convert text case, handle whole‑file transformations, capitalize only first letters, and ensure proper title‑case formatting for scripts and shell pipelines.

Linuxawkcase-conversion
0 likes · 6 min read
Master Linux Case Conversion with tr, awk, sed, and Python