当前位置:  开发笔记 > 编程语言 > 正文

如何在Bash中ping许多子网站〜/ [0,3] .html?

如何解决《如何在Bash中ping许多子网站〜/[0,3].html?》经验,为你挑选了1个好方法。

码:

for i in {0..3}; do ping http://www.pythonchallenge.com/pc/def/$i.html; done

主机应该在www.pythonchallenge.com/pc/def/0.html上找到.

所有ping都出现此错误:

ping:无法解析www.pythonchallenge.com/pc/def/0.html:未知主机

wds.. 5

html pages!= hosts.如果要检查三个网页是否确实存在,请使用wget.如果您只想检查主机是否已启动,请ping www.pythonchallenge.com.



1> wds..:

html pages!= hosts.如果要检查三个网页是否确实存在,请使用wget.如果您只想检查主机是否已启动,请ping www.pythonchallenge.com.

推荐阅读
ifx0448363
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有