Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如:
216.93.125.232 默认虚拟主机 97070789 虚拟主机 216.93.125.232 默认 9705329 默认 9705329 9705329 默认虚拟主机 虚拟主机 216.93.125.232
一种使用方式GNU grep:
GNU grep
grep -oP "([0-9]{1,3}\.){3}[0-9]{1,3}" file.txt
结果:
216.93.125.232 216.93.125.232 216.93.125.232