In this lab we will learn some of the advanced uses of sed, write some sed scripts, and finish more complex text modification operations. The full name of sed is stream editor. Its function is to process the text file or the input stream from the pipe character, such as replacing, adding content, deleting content, and so on.
Recommended For You