DEV Community

Hasan TEZCAN
Hasan TEZCAN

Posted on

manipulate strings with sed

What is sed?

https://en.wikipedia.org/wiki/Sed

sed ("stream editor") is a Unix utility that parses and transforms text, using a simple, compact programming language.

It was one of the earliest tools to support regular expressions.


Today I will show you some examples of what can you do with sed. (in a basic way)

Top comments (1)

Collapse
 
irasoto profile image
IraSoto
Comment hidden by post author

Some comments have been hidden by the post's author - find out more