惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
V
Visual Studio Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
Vercel News
Vercel News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
D
DataBreaches.Net
美团技术团队
Microsoft Security Blog
Microsoft Security Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
The Cloudflare Blog
宝玉的分享
宝玉的分享
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog

博客园 - niuke

VMware Server Beta Virtual Server 2005 vs Windows Server 2003 Sp1 IIS中的站点操作员 WSS中文站点模板 WSS站点迁移时需要注意用户SID的问题 SPS安装过程中的小故障 Netcap 目前的工作 走独立自主的路线 About Windows server 2003 _msdcs zone 关于SSL、TSL和WTLS原理 留神Vmware的VMnet8 NAT服务 Windows Server 2003中使用AT + Shutdown不能正确运行 关于Windows DHCP Server的几点说明 上班了! 关闭Windows XP的Local Machine Zone Lockdown 等待上班 一个不工作的Regular Expression Longhorn的官方发布时间
Command line - niuke - 博客园
niuke · 2005-11-16 · via 博客园 - niuke

有时候与其去找一些工具,不如挖掘一下手边现有的命令行,顺便锻炼一下自己的大脑,例如下面的命令行在很多情况下就很实用:
(for /l %i in (1,1,254) do ping -n 1 -w 100 192.168.2.%i) | find "Reply"

posted on 2005-11-16 17:32  niuke  阅读(234)  评论(0)    收藏  举报