有没有可用于检查域的TXTlogging的Linux shell命令?
挖也会做的很好: dig -t txt example.com
,如果你添加+short
选项,你只得到的引号中的txtlogging没有其他cruft。
主机(1)命令有一个很好的,简洁的输出:
$ host -t txt google.com google.com descriptive text "v=spf1 include:_netblocks.google.com ip4:216.73.93.70/31 ip4:216.73.93.72/31 ~all" $ wajig findfile $(which host) bind9-host: /usr/bin/host $
随着挖掘(1)我也“一直”添加“+短”选项。
(我在Debian上)。
那么nslookup
呢?