Text Manipulation
Overview
Text manipulation is the foundation of Unix system administration. These tools let you transform, filter, and process text streams - from log files to configuration management.
In This Section
| Topic | Description |
|---|---|
Master the art of chaining commands with pipes. Build complex data transformations from simple tools. |
|
Comprehensive coverage of awk, cut, tr, sort, uniq, paste, join, and column formatting. |
|
Stream editor mastery - pattern space, hold space, branching, and production scenarios. |
When to Use What
| Tool | Best For | Example |
|---|---|---|
|
Extracting fixed columns/fields |
|
|
Field processing with logic |
|
|
Line-oriented transformations |
|
|
Character translation/deletion |
|
|
Ordering lines |
|
|
Deduplication (sorted input) |
|