Jump to content

GNU sed: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 2: Line 2:


==Version==
==Version==
*3.02 (1998-08-02) - OS/2 Port: [http://hobbes.nmsu.edu/download/pub/os2/util/file/sed-3_02-r2-bin.zip sed-3_02-r2-bin.zip]
*3.02 (1998-08-02) - OS/2 Port: [sed-3_02-r2-bin.zip]
*4.3 (2017-01-04) - OS/2 Port: [http://hobbes.nmsu.edu/download/pub/os2/util/file/sed-4.3.zip sed-4.3.zip]
*4.3 (2017-01-04) - OS/2 Port: [sed-4.3.zip]
*4.7 (2018-12-21) - OS/2 Port: [sed-4.7.zip]
*4.7 (2018-12-21) - OS/2 Port: [sed-4.7.zip]



Revision as of 19:46, 3 July 2022

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

  • 3.02 (1998-08-02) - OS/2 Port: [sed-3_02-r2-bin.zip]
  • 4.3 (2017-01-04) - OS/2 Port: [sed-4.3.zip]
  • 4.7 (2018-12-21) - OS/2 Port: [sed-4.7.zip]

Links