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.
我正在尝试使用 Ubuntu 终端搜索所有以“marha”开头并以“.com”结尾的域。
这就是我正在尝试的:
whois -H marha%.com
但是,这并没有给我任何结果。
是否有特定于 Ubuntu 的语法或我缺少的东西?我检查了文档,但没有成功找到它。
谢谢!
您在文档中没有找到任何内容,因为它不支持它。您需要一个外部工具来模拟它(在网上搜索,很多人都编写了脚本;这并不难)。请记住,它可以快速查询大量域,并且在某些系统上,您最终可能会因滥用而被阻止。