I need to replace a word AAAA in a file using dictionary:
dictionary.txt
AXF1
ZCFA
ZCCC
Dictionary is about 1500 words.
I need to replace AAAA by AXF1 then I need to find next AAAA and replace by ZCFA…
Any idea how can I do this? Everything that I have found is how to replace like this:
AAA1:AXF1
AAA2:ZCFA
etc...
Something like: