Stream Replace replaces binary data in streams (from stdin to stdout). It has two parameters: you pass a string that should literally match, and the replacement string. On stdout, every occurrence will be replaced, byte by byte. It does a job 'sed' usually cannot do: change non-text files.
| Tags | Utilities Text Processing Filters |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C |