gpt4 book ai didi

linux - 使用 sed 将字符串替换为 whois 命令输出

转载 作者:太空宇宙 更新时间:2023-11-04 12:39:23 25 4
gpt4 key购买 nike

我有一个文本文件,包含字符串 ${whois}

我希望用 IP 地址或域的 whois 命令输出替换 ${whois}whois 的结果很长,而且我尝试过的所有内容通常都会出错。

我收到诸如unterminated 's' commandinvalid regular expressions 等错误。

谁能给我一个可用的命令,用域或 IP 地址的 whois 输出替换关键字 ${whois}

最佳答案

尝试

$ whois > whois_out.txt
$ sed -e '/${whois}/r whois_out.txt' -e '//d' input_file.txt

关于linux - 使用 sed 将字符串替换为 whois 命令输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40702972/

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