|

楼主 |
发表于 2004-5-25 14:51:51
|
显示全部楼层
你这个一般的bash可以吗?
有点象你所写的那样,比如
C:\Documents and Settings\user>ping 127.0.0.1
Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
request timeout
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
request timeout
request timeout
Ping statistics for 127.0.0.1:
Packets: Sent = 6, Received = 6, Lost = 50 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Control-C
^C
C:\Documents and Settings\user>
相应的
[root gnu backup] ping 127.0.0.1
!!.!..
Ping statistics for 127.0.0.1:
Packets: Sent = 6, Received = 6, Lost = 50 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Control-C |
|