sed
- A stream editor used to perform basic text transformations on an input stream (a file or input from a pipeline). It is typically used for simple text substitution, deletion, and insertion. nounThe programmer used sed to replace all occurrences of 'foo' with 'bar' in the document.You can use sed to quickly delete lines from a text file based on a pattern.