Lightweight SED implementation offering faster performance and smaller footprint
Smaller, cheaper, faster SED implementation
minised
$ minised 's/old/new/' file.txt
$ minised 's/old/new/g' input.txt > output.txt
$ minised '/pattern/d' file.txt