sed operates by going line by line of the testfile and placing each line into the pattern space after removing any leading newline characters. So if we had a file containing, #filename: testfile Hello ...
Sed stands for Stream Editor. It is very powerful to manipulate filter, and transform text. Using the sed d command, you can delete lines, only deleted from the output stream, doesn't modify the ...