gsed

v 4.9 Updated: 1 year, 5 months ago

GNU version of the stream editor, sed

Sed (streams editor) isn't really a true text editor or text processor. Instead, it is used to filter text, i.e., it takes text input and performs some operation (or set of operations) on it and outputs the modified text. Sed is typically used for extracting part of a file using pattern matching or substituting multiple occurrences of a string within a file.

https://www.gnu.org/software/sed/

To install gsed, paste this in macOS terminal after installing MacPorts

sudo port install gsed

Add to my watchlist

Installations 445
Requested Installations 162