提交 e6d41841 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

test on win10

上级 a5e53fec
......@@ -19,6 +19,7 @@ TC;
echo "中文测试"
:: print the line with TTL
for /f "delims=" %%i in ('ping zentao.com -n 1 ^| findstr "TTL"') do set output=%%i
echo #
......
......@@ -16,7 +16,8 @@ expects:
TC;
!
tm=`ping -c 1 zentao.com 2>/dev/null | grep 'time='`
:: print the line with ttl
tm=`ping -c 1 zentao.com 2>/dev/null | grep 'ttl'`
echo '#'
echo $tm
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册