Jump to content

GNU sed

From EDM2
Revision as of 20:20, 20 May 2019 by Ak120 (talk | contribs) (Created page with "'''GNU sed''' is a non-interactive, text stream editor. It receives a text input from a file or from standard input and it then applies a series of text editing commands to th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GNU sed is a non-interactive, text stream editor. It receives a text input from a file or from standard input and it then applies a series of text editing commands to the stream and prints its output to standard output.

Version

Links