sed

Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input(s), and is consequently more efficient. But it is sed's ability to filter text in a pipeline which particularly distinguishes it from other types of editors.
Current version: 4.5

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 4.5 download project version
2019-01-17 9 4.5 download project version
2017-07-13 8 4.2.2 download project version
2015-06-25 7 4.2.1 download project version
2014-03-07 6 4.2.1 download project version
2013-09-10 5 4.2.1 download project version
2012-10-31 4 4.x download project version
2012-05-01 3 4.x download project version
2005-11-08 2 4.1.4 download project version