Guide path 2 guides
Linux text processing command guides
Use this path when the job is reading, filtering, editing, or reshaping text from the shell. It focuses on practical examples with pipelines, fields, matches, replacements, and output handling.
Curated guides
Text command guides
2 matched guides, newest first.

sed Command in Linux with Examples
The sed command in Linux turns repetitive text edits into repeatable terminal commands. It reads files or pipeline input line by line, applies the editing rules you provide,...

sed Command in Linux: Find and Replace Strings in Files
The Linux sed command handles repetitive text edits that are too small for a full script and too risky to do by hand. A single substitution can find...