Jump to content

GNU sed: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
Line 8: Line 8:
==Links==
==Links==
*[https://www.gnu.org/software/sed/ GNU sed]
*[https://www.gnu.org/software/sed/ GNU sed]
*[http://www.os2.kr/komh/os2factory/#sed GNU sed for OS/2]


[[Category:Text editors]]
[[Category:Text editors]]

Revision as of 20:21, 20 May 2019

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