全文検索:
- 13 簡単なパケロスチェックプログラム
- DIR} fi while true; do ping ${IP} -c 1 -w 1 > /dev/null if [ $? -eq 0 ];then echo `date "+%Y%m... とだけ変更する。 <code console> ping ${IP} -c 1 -w 1 > /dev/null ↓ ping -c 1 -t 1 ${IP} > /dev/null </code> {{tag>bash network}}
- 11 Probress Bar
- $1; _bar=${_bar:=.} while : do jobs %1 > /dev/null 2>&1 [ $? = 0 ] || break echo -n ${_