G
G

GNU sed

sed (stream editor) is a Unix utility that parses text and implements a programming language which can apply transformations to such text. It reads input line by line (sequentially), applying the operation which has been specified via the command line (or a sed script), and then...

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Cygwin
  • Haiku
8likes
0articles

Features

  1.  Regex substitution

GNU sed News & Activities

Highlights All activities

Recent activities

No activities found.

GNU sed information

AlternativeTo Category

Development
GNU sed was added to AlternativeTo by vermin96 on and this page was last updated .
No comments or reviews, maybe you want to be first?

Featured in Lists

Contains various scripting languages, installations, configurations, checklists, processes, and notes regarding...

List by Jimmy Briggs with 90 apps, updated

What is GNU sed?

sed (stream editor) is a Unix utility that parses text and implements a programming language which can apply transformations to such text. It reads input line by line (sequentially), applying the operation which has been specified via the command line (or a sed script), and then outputs the line.