一個shell寫的ping函數

代碼以下:bash #!/bin/bash #2013-01-06 14:00:00 wanggy exp #note:ping monitor set -u #set -x ping_fun() {     d_network=192.168.1     echo -n "input the network(default $d_network):"     read network     :
相關文章
相關標籤/搜索