
Sed Command to Delete a Line
Sed is a built-in Linux tool for text manipulation. The term sed stands for “stream editor”. Despite the name, sed isn’t a text editor by itself. Rather, it takes text as input, performs various text modifications according to instructions, and prints the output. This guide will demonstrate how to use sed to delete a line […]