gpt4 book ai didi

host - 将 stdin 传递到 Unix 主机或 dig 命令

转载 作者:行者123 更新时间:2023-12-04 09:05:57 26 4
gpt4 key购买 nike

假设我有一个 IP 列表进入我正在跟踪的日志中:

1.1.1.1
1.1.1.2
1.1.1.3

我想轻松地将它们解析为主机名。我希望能够
tail -f access.log | host - 

由于主机无法以这种方式理解来自 stdin 的输入,因此失败。无需编写静态文件或回退到 perl/python/等,最简单的方法是什么?

最佳答案

使用 xargs -l :

tail -f access.log | xargs -l host

关于host - 将 stdin 传递到 Unix 主机或 dig 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1246814/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com