srivardan05 / https-ashwikatech.blogspot.com-

Aws and Devops interview prepartion
0 stars 0 forks source link

How we can use SED command ? issue=8 #sravani #8

Open srivardan05 opened 3 years ago

SravaniMesa commented 3 years ago

What is SED command?

* Sed command stand for Stream Editor is very powerful utility offered by Linux systems.
* It is mainly used for text substitution , find & replace but it can also perform other text manipulations like insertion, deletion, 
  search etc. With SED, we can edit complete files without actually having to open it.
* By using SED you can edit files even without opening it, which is much quicker way to find and replace something in file, 
    than first opening that file in VI Editor and then changing it. SED is a powerful text stream editor.

With sed you can do all of the following:
sreenivasateja commented 3 years ago

_No description provi stream_editor_tutorial.pdf