Hacker News new | ask | show | jobs
by imurray 6002 days ago
In place operations have been implemented as a standalone utility: sponge from moreutils.

    sed 's/blah/foo/' file | sponge file
1 comments

The irony

s stands for stream

there is no s in ed