GNU sed
8 likes
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
Features
- Regex substitution
Tags
- text-transformation
GNU sed News & Activities
Highlights All activities
Recent activities
No activities found.
GNU sed information
No comments or reviews, maybe you want to be first?
Post comment/reviewFeatured in Lists
Contains various scripting languages, installations, configurations, checklists, processes, and notes regarding …
List by Jimmy Briggs with 93 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.


