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 (s...
- Free • Open Source
- Mac
- Windows
- Linux
- BSD
- Cygwin
- Haiku
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.
GNU sed Screenshots
GNU sed Features
Comments and Reviews
No comments or reviews, maybe you want to be first?
Post a comment/reviewSaid about GNU sed as an alternative
Tags
- text-transformation
- Text Editor
Category
DevelopmentList containing GNU sed
Windows 11 Developer SetupRecent user activities on GNU sed
Paul added GNU sed as alternative(s) to Text Workflow
- tonibony added GNU sed as alternative(s) to gsar - General Search And Replaceto
- tonibony added GNU sed as alternative(s) to SNR (Search-n-Replace)to
sed has many features, great stability and a huge installed base. It is capable of very complex (and simple) text manipulations based on a single line, a block of lines. It supports standard POSIX regular expressions, providing a well-known approach to identifying areas to be replaced, edited or deleted.