Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Does this answer your question? How to perform replacements defined in one file on another file Commented May 2, 2022 at 7:09
  • 1
    You have not included any details about your files. Adding a sample test, with input and output file, would be enlightening. Commented May 2, 2022 at 8:20
  • Oh, sorry... FileA is just a text of many words (sentences), FileB and FileC are one word per line.... Problem that occurs is that when I search to replace 'house' with 'dwelling', it would also replace the 'house' in 'houseboat', so I end up with nonsense like 'dwellingboat'... For example. Commented May 2, 2022 at 8:35