摘要: windows 下的ping -helpping -n 100 10.10.0.2Linux下的ping:man ping 查询一下即可。ping 10.10.0.2 -c 100防火墙上的ping 10.10.3.5 count 1000 size 1024 阅读全文
posted @ 2015-02-26 11:17 kin2321 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 例一:helloworld#!/bin/sh -xmessage="hello"read nameecho "$message ,$name"例二:选择性程序#!/bin/shmenu=("Apple" "Grape" "Orange")PS3="喜欢哪个"select item in ${menu... 阅读全文
posted @ 2015-02-26 09:24 kin2321 阅读(141) 评论(0) 推荐(0) 编辑