0
there is some tool that finds equal words in 2 different text files?
example:
arquivo1.txt
pedra
cavalo
torre
animal
fogo
arquivo2.txt
garoto
animal
festa
humano
fogo
outworking:
animal
fogo
it is not necessary to be 2 files . txt exactly, but only 2 different texts.
Thank you for the answer, I got what I wanted, it’s not programming language at all, it’s just simple texts, but now I have another question, is there any way to remove a list of words from a text? > list_words: boy human text: boy animal party human fire > result: animal party fire
– Vinícius Alves