More on Sed commands - English

148 visits



Outline:

About e (execute) command Demonstration to execute a set of Linux commands using Sed About -f flag Demonstration to use multiple substitute commands inside a script file About -e flag Demonstration to combine multiple Sed commands in a single command About transform flag y Demonstration of y flag in Sed How to use escape character in Sed substitute command? How to use delimiter in Sed command?