Additions:
Change all instances of old to new in in.txt and output to out.txt
REFERRERS
SystemServices
Deletions:
Change all instances of old to new in x.txt and output to y.txt
GNU sed
GNU Serial Editor
Change all instances of old to new in x.txt and output to y.txt
$ sed 's/old/new' in.txt > out.txt