Tag

text replacement

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jul 10, 2019 · Fundamentals

Mastering sed: Powerful Text Editing and Stream Processing in Linux

This article provides a comprehensive guide to the Linux stream editor sed, covering its batch processing workflow, core options (-e, -f, -n), common commands for substitution, deletion, insertion, line addressing, pattern filtering, transliteration, and file I/O with clear examples and code snippets.

Linuxcommand-linesed
0 likes · 12 min read
Mastering sed: Powerful Text Editing and Stream Processing in Linux