我有一个类似于以下的列表:
192.168.2.1 sometext.com
192.168.2.1
192.168.2.3
192.156.1.6
192.156.1.6 moretext.com
192.123.1.1
192.564.7.3
192.564.7.3 hello.com
我需要的输出:
192.168.2.1 sometext.com
192.168.2.3
192.156.1.6 moretext.com
192.123.1.1
192.564.7.3 hello.com
我只想删除没有主机名的 IP,前提是它们已经有一行包含主机名。
参见上面的例子。
这可能吗?