摘要:
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 阅读全文
摘要:
例一:helloworld#!/bin/sh -xmessage="hello"read nameecho "$message ,$name"例二:选择性程序#!/bin/shmenu=("Apple" "Grape" "Orange")PS3="喜欢哪个"select item in ${menu... 阅读全文