You must log in or register to comment.
Never quite understand what
sed
is designed for. It seems to be able to do almost everything in the cost of complexity. Really useful when I need to hack together some config files for auto builds tho.The name
s
treamed
itor hints at its origin: It’s a strictly non-interactive implementation based on the standard Unix line editored
– or technicallyqed
, which is based oned
.