Back to Developer Roadmap

Sed: The Stream Editor

src/data/roadmaps/postgresql-dba/content/[email protected]

4.0633 B
Original Source

Sed: The Stream Editor

Sed is a powerful command-line utility for text processing and manipulation in Unix-based systems, including Linux operating systems. It operates on a text stream – reading from a file, standard input, or a pipe from another command – and applies a series of editing instructions known as "scripts" to transform the input text into a desired output format.

Learn more from the following resources: