0.3.1 • Published 9 years ago

nirvana v0.3.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

nirvana

Easily execute scripted search and replace commands in-place with ed.

nirvana replacements.tsv file.txt -o file.txt

Where a replacements.tsv file looks like this:

ADDRESSREREPLACEMENTFLAGS
,foobar2

The program will escape whitespace and other relevant characters in both the RE and REPLACEMENT columns, so no special regex commands like ,s/foo/&&/g etc.

Of course, it relies on /bin/ed, so not fully portable.