GNU Sed is a command-line text processing tool that allows users to manipulate and transform text files using a series of commands and regular expressions. It provides powerful features for searching, replacing, deleting, and editing text in batch mode.
cd Ports/sed
./package.sh
GNU sed is a command-line tool for text manipulation. It reads input text line by line and applies editing commands to each line, producing output text. It is particularly useful for editing large text files.
GNU sed has a range of features, including regular expression matching and substitution, conditional editing based on input text, and commands for appending, inserting, selecting, deleting, and printing text. These features make it a powerful and flexible tool for text manipulation, widely used by developers, system administrators, and data analysts.
Website: https://www.gnu.org/software/sed/
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/sed
Port icon has the following license: Attribution 4.0 International (CC BY 4.0)