How can I replace a particular term in multiple files in Linux?
For instance, I have a number of files in my directory:
file1.txt file2.txt file3.txt
And I need to find a word "searchword" and replace it with "replaceword".
See Question&Answers more detail:os