sed
Replace words in a text document using sed
Submitted by ggarron on Sun, 12/16/2007 - 14:21.
Introduction to sed, "stream editor", here you will see how to change words in text documents, using a console command line in Linux
Sed is a great tool to do a lot of things, the most known use of sed is to change words or strings in text documents, which is we are going to show here.



