sed (stream editor) is a command line tool found on Linux and Unix-like systems used to transform text streams using simple scripts or inline commands, making it ideal for automation and systems administration.
sed is commonly used for search and replace. line deletion, insertion, and filtering.
sed supports regular expressions.