- Регистрация
- 10.03.2022
- Сообщения
- 171
- Благодарностей
- 12
- Баллы
- 18
I'm having a problem. I have a txt file with 1000 lines of IP addresses. I would like to extract the IP address I am currently using from a string, and compare it with the 1000 addresses in the file without having to do it one by one. Doing it manually is taking too long. Is there a way to analyze all of them at once and compare them with the IP address in the string that I specify?