Ticket #17272: console.txt

File console.txt, 538 bytes (added by jens, 3 years ago)

console output

Line 
1
2Welcome to the Haiku shell.
3
4~> ping google.com
5PING google.com (216.58.212.238): 56 data bytes
664 bytes from 216.58.212.238: icmp_seq=0 ttl=116 time=12.028 ms
764 bytes from 216.58.212.238: icmp_seq=1 ttl=116 time=11.550 ms
8--- google.com ping statistics ---
92 packets transmitted, 2 packets received, 0% packet loss
10round-trip min/avg/max/std-dev = 11.550/11.789/12.028/0.239 ms
11~> time curl google.com
12curl: (28) Failed to connect to google.com port 80: Operation timed out
13
14real 2m30.241s
15user 0m0.036s
16sys 0m0.139s
17~>
18~>